Get external group mapping

GET {{baseUrl}}/Groups/Mapping?filter=<string>&count=100&startIndex=1

List the mapping between external groups from customer IDP to Insight Hub groups.

Request Params

KeyDatatypeRequiredDescription
filterstringSCIM filter for searching see here.
countnumberNumber of objects to be returned (defaults to 100)
startIndexnumberThe starting index of the search results when paginated. Index starts with 1.

HEADERS

KeyDatatypeRequiredDescription
Acceptstring

RESPONSES

status: OK

{&quot;resources&quot;:[{&quot;meta&quot;:{&quot;version&quot;:0,&quot;created&quot;:&quot;2023-10-26T07:54:16.522Z&quot;,&quot;lastModified&quot;:&quot;2023-10-26T07:54:16.522Z&quot;},&quot;groupId&quot;:&quot;75df5923-c2d9-4858-b8bc-e1e20d2adf49&quot;,&quot;externalGroup&quot;:&quot;external group&quot;,&quot;displayName&quot;:&quot;mdsp:core:AdminUser&quot;,&quot;origin&quot;:&quot;OIDC10_KEYCLOAK&quot;},{&quot;meta&quot;:{&quot;version&quot;:0,&quot;created&quot;:&quot;2023-10-26T07:54:16.522Z&quot;,&quot;lastModified&quot;:&quot;2023-10-26T07:54:16.522Z&quot;},&quot;groupId&quot;:&quot;75df5923-c2d9-4858-b8bc-e1e20d2adf49&quot;,&quot;externalGroup&quot;:&quot;external group&quot;,&quot;displayName&quot;:&quot;mdsp:core:AdminUser&quot;,&quot;origin&quot;:&quot;OIDC10_KEYCLOAK&quot;}],&quot;startIndex&quot;:1,&quot;totalResults&quot;:1,&quot;itemsPerPage&quot;:1,&quot;schemas&quot;:[&quot;urn:scim:schemas:core:1.0&quot;,&quot;urn:scim:schemas:core:1.0&quot;]}