<a id="actor"></a>

# actor

## actor get-actor-identity

**Usage**

```none
  usage: symp actor get-actor-identity
[-f {adaptive_table,json,shell,table,value,yaml}]
                                       [-c COLUMN] [--max-width <integer>]
                                       [--fit-width] [--print-empty]
                                       [--noindent] [--prefix PREFIX]
                                       [-m [NAME=VALUE [NAME=VALUE ...]]]
```

**Description**

Get details about the identity whose credentials are used to call the API.

The details tells whether the caller is an ordinary user or temporary credentials results from assuming a role
and gives some information about it. The details properties for both actors are the same, although some might
be None if they are irrelevant to that actor.

**Returns**

Returns dict: Details of the caller actor identity

**Optional**

```none
optional arguments:
  -h, --help            show this help message and exit
```
