Get the list of roles based on role codes.
DeprecatedPOST
/access/v1/roles/_searchLast modified: 6 months ago
Get the list of roles based on role codes in the input parameters.
Request
Query Params
tenantId
string
optional
The list of comma separated codes to filter Roles against. No providing any would end up in all Roles as there is nothing to filter against
Example:
pg
code
string
optional
Example:
SUPERUSER
Header Params
Content-Type
string
optional
Example:
application/json
Body Params text/plain
Example:{
"RequestInfo": {
"apiId": null,
"ver": null,
"ts": null,
"action": "POST",
"did": null,
"key": null,
"msgId": "5bfa85e7-dfa1-47c8-98b2-747bf552be86",
"authToken": "50b80fa6-bec2-438e-a168-ce5ad53770b5"
}
}
Request samples
Responses
Successful response(200)
Invalid input.(400)
Successful response
HTTP Code: 200
Content Type : JSONapplication/json
Data Schema
No schema defined
Example
Not configured
Last modified: 6 months ago