Get Members of a Role

get

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

Fetches a paginated list of members of a role in the data access control service.

Request

Path Parameters
Query Parameters
  • The numbers of items to return. If this parameter is omitted, the default value 25 is set.
    Examples

  • The number of items to skip before starting to collect the result set.
    Examples

  • This query parameter specifies the order by clause. The value must follow the format of fieldName[:(asc/desc)][,fieldName[:(asc/desc)]]*.
    Examples

There's no request body for this operation.

Back to Top

Response

Supported Media Types

200 Response

OK
Body ()
Root Schema : PageableRoleMemberResponse
Type: object
Title: PageableRoleMemberResponse
Defines PageableRoleMemberResponse
Show Source
Nested Schema : items
Type: array
Show Source
Nested Schema : RoleMember
Type: object
Title: RoleMember
Defines Member of the Role
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

404 Response

Not found
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