The Role Resource Set Binding Members API provides operations to manage members in a Role Resource Set Binding.
okta.roles.read
Lists all members of a role resource set binding with pagination support
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 |
OK
Forbidden
Not Found
Too Many Requests
{- "members": [
- {
- "id": "irb1qe6PGuMc7Oh8N0g4",
- "created": "2024-12-19T00:00:00.000Z",
- "lastUpdated": "2024-12-19T00:00:00.000Z",
}, - {
- "id": "irb1q92TFAHzySt3x0g4",
- "created": "2024-12-19T00:00:00.000Z",
- "lastUpdated": "2024-12-19T00:00:00.000Z",
}
], - "_links": {
}
}
okta.roles.manage
Adds more members to a role resource set binding
Success
Bad Request
Forbidden
Not Found
Too Many Requests
{- "_links": {
- "bindings": {
},
}
}
okta.roles.read
Retrieves a member (identified by memberId
) that belongs to a role resource set binding
OK
Forbidden
Not Found
Too Many Requests
{- "id": "irb1qe6PGuMc7Oh8N0g4",
- "created": "2021-02-06T16:20:57.000Z",
- "lastUpdated": "2021-02-06T16:20:57.000Z",
}
okta.roles.manage
Unassigns a member (identified by memberId
) from a role resource set binding
No Content
Forbidden
Not Found
Too Many Requests
{- "errorCode": "E0000006",
- "errorSummary": "You do not have permission to perform the requested action",
- "errorLink": "E0000006",
- "errorId": "sampleNUSD_8fdkFd8fs8SDBK",
- "errorCauses": [ ]
}