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"
}"
NameType Required Description
groupStringYes

Name of user role (or group) in the Identity Provider.

wpmRolesArrayNo

List of User Roles in Apica Synthetic Monitoring to associate with the Identity Provider role.

monitorGroupsIdsArrayNo

List of Monitor Group Ids in Apica Synthetic Monitoring to associate with the Identity Provider role.

coOwnedMonitorGroupsIdsArrayNo

List of Monitor Group Ids for the Customer Power User Role to associate as co-owner with the Identity Provider role.

commentsStringNo

Additional information about the mapping.