This provides a list of user role in the system
Example
aiware getAdminUsersRoles X-Correlation-Id:value offset=value limit=value roleID=value roleName=value orderBy=value
Parameters
| Name | Type | Description | Notes |
|---|
| xCorrelationId | string | Correlation Id that can be passed, traced in the server and will be returned in the response if present in the request | [optional] [default to null] |
| offset | integer | the number of data to skip before getting the result set | [optional] [default to null] |
| limit | integer | the number of items to return. | [optional] [default to 10] |
| roleID | string | Filter by role ID | [optional] [default to null] |
| roleName | string | Filter by roleName | [optional] [default to null] |
| orderBy | string | The value should be in [roleName, createdTime] | [optional] [default to null] |
Return type
AdminUsersRolesGetResponse
Authorization
api_key
- Content-Type: Not Applicable
- Accept: application/jsonĀ