Returns a list of role objects that are assigned to the specified user.
Avaialble for the following roles:
ADMIN
(General Admin)USERADMIN
(Administer Users)SUPPORT
(Investigate for Support)USERAUDIT
(View Audits and Users)PLASMA
(Adminster Plasma){- "response": {
- "node": "string",
- "csrfToken": "string",
- "data": [
- {
- "version": 0,
- "typedId": "string",
- "uniqueName": "string",
- "label": "string",
- "additionalInfo1": null,
- "additionalInfo2": null,
- "additionalInfo3": null,
- "additionalInfo4": null,
- "createDate": "string",
- "createdBy": 0,
- "lastUpdateDate": "string",
- "lastUpdateBy": 0
}
], - "totalRows": 0,
- "status": 0
}
}