POST sso/group/create
Creates a new SSO group.
Request example and description
curl --request POST "https://api-asm1.apica.io/v3/sso/group/create?auth_ticket=C471ADC4-19B4-4219-BBF4-671A97EC653E" --header "Content-Type: application/json" --data-raw "{ "group": "My sso group", "wpmRoles": [ "CustomerAdmin", "ReportUser" ], "monitorGroupsIds": [ 1, 2, 3 ], "coOwnedMonitorGroupsIds": [ 1, 2, 3 ], "comments": "My comment" }"
| Name | Type | Required | Description |
|---|---|---|---|
| group | String | Yes | Name of user role (or group) in the Identity Provider. |
| wpmRoles | Array | No | List of User Roles in Apica Synthetic Monitoring to associate with the Identity Provider role. |
| monitorGroupsIds | Array | No | List of Monitor Group Ids in Apica Synthetic Monitoring to associate with the Identity Provider role. |
| coOwnedMonitorGroupsIds | Array | No | List of Monitor Group Ids for the Customer Power User Role to associate as co-owner with the Identity Provider role. |
| comments | String | No | Additional information about the mapping. |