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
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Accept | string |
RESPONSES
status: Created
{"meta":{"version":0,"created":"2023-10-26T07:54:16.522Z","lastModified":"2023-10-26T07:54:16.522Z"},"groupId":"75df5923-c2d9-4858-b8bc-e1e20d2adf49","externalGroup":"external group","displayName":"mdsp:core:AdminUser","origin":"OIDC10_KEYCLOAK"}