Role Resource Set Binding Members

The Role Resource Set Binding Members API provides operations to manage members in a Role Resource Set Binding.

List all Role Resource Set Binding Members
OAuth 2.0: okta.roles.read

Lists all members of a Role Resource Set Binding with pagination support

Request
path Parameters
resourceSetIdOrLabel
required
string

id or label the Resource Set

Example: iamoJDFKaJxGIr0oamd9g
roleIdOrLabel
required
string

id or label of the Role

Example: cr0Yq6IJxGIr0ouum0g3
query Parameters
after
string

The cursor to use for pagination. It is an opaque string that specifies your current location in the list and is obtained from the Link response header. See Pagination.

Responses
200

OK

403

Forbidden

404

Not Found

429

Too Many Requests

get/api/v1/iam/resource-sets/{resourceSetIdOrLabel}/bindings/{roleIdOrLabel}/members
Request samples
Response samples
application/json
{}

Add more Role Resource Set Binding Members
OAuth 2.0: okta.roles.manage

Adds more members to a Role Resource Set Binding

Request
path Parameters
resourceSetIdOrLabel
required
string

id or label the Resource Set

Example: iamoJDFKaJxGIr0oamd9g
roleIdOrLabel
required
string

id or label of the Role

Example: cr0Yq6IJxGIr0ouum0g3
Request Body schema: application/json
required
additions
Array of strings
Responses
200

Success

400

Bad Request

403

Forbidden

404

Not Found

429

Too Many Requests

patch/api/v1/iam/resource-sets/{resourceSetIdOrLabel}/bindings/{roleIdOrLabel}/members
Request samples
application/json
Response samples

Retrieve a Role Resource Set Binding Member
OAuth 2.0: okta.roles.read

Retrieves a Member (identified by memberId) that belongs to a Role Resource Set Binding

Request
path Parameters
resourceSetIdOrLabel
required
string

id or label the Resource Set

Example: iamoJDFKaJxGIr0oamd9g
roleIdOrLabel
required
string

id or label of the Role

Example: cr0Yq6IJxGIr0ouum0g3
memberId
required
string

id of the Member

Example: irb1qe6PGuMc7Oh8N0g4
Responses
200

OK

403

Forbidden

404

Not Found

429

Too Many Requests

get/api/v1/iam/resource-sets/{resourceSetIdOrLabel}/bindings/{roleIdOrLabel}/members/{memberId}
Request samples
Response samples
application/json
{}

Unassign a Role Resource Set Bindiing Member
OAuth 2.0: okta.roles.manage

Unassigns a Member (identified by memberId) from a Role Resource Set Binding

Request
path Parameters
resourceSetIdOrLabel
required
string

id or label the Resource Set

Example: iamoJDFKaJxGIr0oamd9g
roleIdOrLabel
required
string

id or label of the Role

Example: cr0Yq6IJxGIr0ouum0g3
memberId
required
string

id of the Member

Example: irb1qe6PGuMc7Oh8N0g4
Responses
204

No Content

403

Forbidden

404

Not Found

429

Too Many Requests

delete/api/v1/iam/resource-sets/{resourceSetIdOrLabel}/bindings/{roleIdOrLabel}/members/{memberId}
Request samples
Response samples
application/json
{
  • "errorCode": "E0000006",
  • "errorSummary": "You do not have permission to perform the requested action",
  • "errorLink": "E0000006",
  • "errorId": "sampleNUSD_8fdkFd8fs8SDBK",
  • "errorCauses": [ ]
}