GET   sso/groups

Gets the list of all SSO groups visible to the customer.

Request example

curl --request GET "https://api-asm1.apica.io/v3/sso/groups?auth_ticket=C471ADC4-19B4-4219-BBF4-671A97EC653E"

Response body model example and description

[
  {
    "group": "My sso group",
    "wpmRoles": [
      "CustomerAdmin",
      "ReportUser"
    ],
    "monitorGroupsIds": [
      1,
      2,
      3
    ],
    "coOwnedMonitorGroupsIds": [
      1,
      2,
      3
    ],
    "comments": "My comment"
  },
  {
    "group": "My sso group",
    "wpmRoles": [
      "CustomerAdmin",
      "ReportUser"
    ],
    "monitorGroupsIds": [
      1,
      2,
      3
    ],
    "coOwnedMonitorGroupsIds": [
      1,
      2,
      3
    ],
    "comments": "My comment"
  },
  {
    "group": "My sso group",
    "wpmRoles": [
      "CustomerAdmin",
      "ReportUser"
    ],
    "monitorGroupsIds": [
      1,
      2,
      3
    ],
    "coOwnedMonitorGroupsIds": [
      1,
      2,
      3
    ],
    "comments": "My comment"
  }
]
NameType Description
group String

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

wpmRoles Array

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

monitorGroupsIds Array

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

coOwnedMonitorGroupsIds Array

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

comments String

Additional information about the mapping.