sponsorgroup
GET {{base_url}}/ers/config/sponsorgroup
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
size | number | 1 < 20 (Default) <= 100 | |
page | number | 1 (default) <= N | |
filter | string | EQ | |
sortasc | string | Sort Ascending β£ (default) | |
sortdsc | string | Sort Descending β€ |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | Request data format | |
Accept | string | Response data format |
RESPONSES
status: OK
{"SearchResult":{"total":3,"resources":[{"id":"9f1eca71-8c01-11e6-996c-525400b48521","name":"ALL_ACCOUNTS (default)","description":"Sponsors assigned to this group can manage all guest user accounts. By default, users in the ALL_ACCOUNTS user identity group are members of this sponsor group","link":{"rel":"self","href":"https://ise.securitydemo.net:9060/ers/config/sponsorgroup/9f1eca71-8c01-11e6-996c-525400b48521","type":"application/json"}},{"id":"9f69b621-8c01-11e6-996c-525400b48521","name":"GROUP_ACCOUNTS (default)","description":"Sponsors assigned to this group can manage just the guest accounts created by sponsors from the same sponsor group. By default, users in the GROUP_ACCOUNTS user identity group are members of this sponsor group","link":{"rel":"self","href":"https://ise.securitydemo.net:9060/ers/config/sponsorgroup/9f69b621-8c01-11e6-996c-525400b48521","type":"application/json"}},{"id":"9f4c1c01-8c01-11e6-996c-525400b48521","name":"OWN_ACCOUNTS (default)","description":"Sponsors assigned to this group can manage only the guest accounts that they have created. By default, users in the OWN_ACCOUNTS user identity group are members of this sponsor group","link":{"rel":"self","href":"https://ise.securitydemo.net:9060/ers/config/sponsorgroup/9f4c1c01-8c01-11e6-996c-525400b48521","type":"application/json"}}]}}