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
-
id(required): string
Role ID
Query Parameters
-
limit: integer(int32)
The numbers of items to return. If this parameter is omitted, the default value 25 is set.Examples
-
offset: integer(int64)
The number of items to skip before starting to collect the result set.Examples
-
orderBy: string
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 TopResponse
Supported Media Types
- application/json
200 Response
OK
Root Schema : PageableRoleMemberResponse
Type:
objectTitle:
PageableRoleMemberResponseDefines PageableRoleMemberResponse
Show Source
Nested Schema : items
Type:
Show Source
array-
Array of:
object RoleMember
Title:
RoleMemberDefines Member of the Role
Nested Schema : RoleMember
Type:
objectTitle:
RoleMemberDefines Member of the Role
Show Source
-
createdOn: string
Title:
Created timeCreated time -
identityId(required): string
Title:
The user or group identityIdThe user or group identityId, OCID value -
links: array
links
-
name: string
Title:
User or Group nameUser or Group name -
roleId: string
Title:
The roleIdThe unique role ID -
type(required): string
Title:
The type of the principalDefault Value:USERAllowed Values:[ "USER", "GROUP" ]Type of the member: USER ot GROUP
Nested Schema : Link
Type:
objectDefines Link
Show Source
-
code: integer
Minimum Value:
100Maximum Value:600 -
href(required): string
-
hreflang: string
-
length: integer
(int32)
-
mediaType: string
-
message: string
-
rel(required): string
-
title: string
-
type: string
400 Response
Bad request
401 Response
Unauthorized
404 Response
Not found
429 Response
Too many requests
500 Response
Internal server error
503 Response
Too many exceptions or too slow requests