Create external group mapping

POST {{baseUrl}}/Groups/Mapping

Allows to create mapping between external groups from customer IDP to Insight Hub groups.

Request Body

{"groupName"=>"<string>", "externalGroup"=>"<string>", "origin"=>"<string>"}

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring
Acceptstring

RESPONSES

status: Created

{&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;}