List all Group Owners
GET {{baseUrl}}/api/v1/groups/:groupId/owners
Lists all owners for a specific group
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
filter | string | SCIM Filter expression for group owners. Allows to filter owners by type. | |
after | string | Specifies the pagination cursor for the next page of owners | |
limit | number | Specifies the number of owner results in a page |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |
RESPONSES
status: OK
[{"displayName":"deserunt laborum","id":"et enim labore","lastUpdated":"1952-06-20T22:08:28.880Z","originId":"nulla quis in enim","originType":"APPLICATION","resolved":true,"type":"UNKNOWN"},{"displayName":"ad cupidatat Duis","id":"Excepteur sunt officia nisi","lastUpdated":"1961-05-09T07:39:17.873Z","originId":"quis laborum incididunt labore consectetur","originType":"OKTA_DIRECTORY","resolved":true,"type":"UNKNOWN"}]