Acquire a list of roles
This is an API function to acquire a list of roles. This API function corresponds to the operation on the screen that is displayed by clicking the [Role] tab after selecting the [Security] on the operation screen of Manager.
- Format
- Request parameter (Query format)
- Response
- Response parameter
|
Item name | Request parameter | Type | Value | Default value |
---|---|---|---|---|
Number of pages | page | Integer |
Specify a number from zero. If the number of pages is 1, specify 0. |
0 |
Number of items per page | size | Integer | 10 |
|
Item name | Response parameter | Type | Value | |
---|---|---|---|---|
Description | content | description | String | Maximum 128 characters |
Role ID | userRoleId | String | ||
Role Name | userRoleName | String |
• USER: a general user • ADMIN: an administrator |
For details about the parameters for page settings (first, last, number, numberOfElements, size, sort, totalElements, totalPages), see Response parameters for page settings.