GET   sso/groups

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

Request example

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
groupString

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

wpmRolesArray

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

monitorGroupsIdsArray

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

coOwnedMonitorGroupsIdsArray

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

commentsString

Additional information about the mapping.