View Switchable Role
- Print
- PDF
View Switchable Role
- Print
- PDF
Article summary
Did you find this summary helpful?
Thank you for your feedback
View the list of roles that a subaccount can switch to.
API
- GET /switchable-roles
Requests
Parameters
Parameters | Requirement status | Type | Restrictions | Description |
---|---|---|---|---|
searchColumn | N | String | nrn, roleDisplayName | Search column |
searchWord | N | String | Search keywords |
Response
{
"roleNo": "string",
"roleNrn": "string",
"displayName": "string",
"description": "string",
"isCurrentRole": true
}
Item | Type | Description | Remarks |
---|---|---|---|
roleNo | string | Role No | |
roleNrn | string | Role NRN | |
displayName | string | The display name set during registration in the switchable list | |
description | string | Description | |
isCurrentRole | boolean | Whether the role is currently switched and in use |
Was this article helpful?