List all Members of a binding
GET {{baseUrl}}/api/v1/iam/resource-sets/:resourceSetId/bindings/:roleIdOrLabel/members
Lists all members of a resource set binding with pagination support
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
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 for more information. |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |
RESPONSES
status: OK
{"members":[{"id":"irb1qe6PGuMc7Oh8N0g4","created":"2021-02-06T16:20:57.000Z","lastUpdated":"2021-02-06T16:20:57.000Z","_links":{"self":{"href":"https://{yourOktaDomain}/api/v1/users/00uuk41Hjga5qGfQ30g3"}}},{"id":"irb1q92TFAHzySt3x0g4","created":"2021-02-06T16:20:57.000Z","lastUpdated":"2021-02-06T16:20:57.000Z","_links":{"self":{"href":"https://{yourOktaDomain}/api/v1/groups/00guaxWZ0AOa5NFAj0g3"}}}],"_links":{"binding":{"href":"https://{yourOktaDomain}/api/v1/iam/resource-sets/iamoJDFKaJxGIr0oamd9g/bindings/cr0Yq6IJxGIr0ouum0g3"},"next":{"href":"https://{yourOktaDomain}/api/v1/iam/resource-sets/iamoJDFKaJxGIr0oamd9g/bindings/cr0Yq6IJxGIr0ouum0g3/members?after=0ouRq6IJmGIr3ouum0g3"}}}