Get Role Member of the Role by ID

get

/process/api/v1/data-access/roles/{id}/members/{identityId}

Gets the role member of the role using ID.

Request

Path Parameters

There's no request body for this operation.

Back to Top

Response

Supported Media Types

200 Response

OK
Body ()
Root Schema : RoleMember
Type: object
Title: RoleMember
Defines Member of the Role
Show Source
Nested Schema : links
Type: array
Show Source

400 Response

Bad request
Body ()
Root Schema : ErrorMessage
Type: object
Title: ErrorMessage
Defines ErrorMessage
Show Source

401 Response

Unauthorized
Body ()
Root Schema : ErrorMessage
Type: object
Title: ErrorMessage
Defines ErrorMessage
Show Source

429 Response

Too many requests

500 Response

Internal server error
Body ()
Root Schema : ErrorMessage
Type: object
Title: ErrorMessage
Defines ErrorMessage
Show Source

503 Response

Too many exceptions or too slow requests
Back to Top