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": "2021-02-06T16:20:57.000Z",
- "lastUpdated": "2021-02-06T16:20:57.000Z",
}, - {
- "id": "irb1q92TFAHzySt3x0g4",
- "created": "2021-02-06T16:20:57.000Z",
- "lastUpdated": "2021-02-06T16:20:57.000Z",
}
],
}
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": [ ]
}