<a id="role-assignments"></a>

# role-assignments

## role-assignments list

**Usage**

```none
  usage: symp role-assignments list
[-f {adaptive_table,csv,json,table,value,yaml}]
                                    [-c COLUMN] [--max-width <integer>]
                                    [--fit-width] [--print-empty] [--noindent]
                                    [--quote {all,minimal,none,nonnumeric}]
                                    [-m [NAME=VALUE [NAME=VALUE ...]]]
                                    [--sort-column SORT_COLUMN]
                                    [--kwargs KWARGS]
```

**Description**

List role assignments users have.
See [http://developer.openstack.org/api-ref-identity-v3.html#listRoleAssignments](http://developer.openstack.org/api-ref-identity-v3.html#listRoleAssignments).

**Returns**

Returns list: The users and their roles on projects/domains

**Optional**

```none
optional arguments:
  -h, --help            show this help message and exit
  --kwargs KWARGS       Extra arguments, a dict as a JSON string
```

## role-assignments list-mine

**Usage**

```none
  usage: symp role-assignments list-mine
[-f {adaptive_table,csv,json,table,value,yaml}]
                                         [-c COLUMN] [--max-width <integer>]
                                         [--fit-width] [--print-empty]
                                         [--noindent]
                                         [--quote {all,minimal,none,nonnumeric}]
                                         [-m [NAME=VALUE [NAME=VALUE ...]]]
                                         [--sort-column SORT_COLUMN]
```

**Description**

List role assignments of authenticated user.
See [http://developer.openstack.org/api-ref-identity-v3.html#listRoleAssignments](http://developer.openstack.org/api-ref-identity-v3.html#listRoleAssignments).

**Returns**

Returns list: The user’s roles on projects/domains

**Optional**

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