Administrator
- Administrator
- All Products
/public/core/v3/Orgs/<organization ID>/addSamlGroupMappings
Field
| Type
| Required
| Description
|
---|---|---|---|
groupMappings
| Array
| yes
| Object that defines the
Informatica Intelligent Cloud Services role and SAML group mappings.
|
roleName
| String
| yes
| Include in the groupMappings object.
Name of the
Informatica Intelligent Cloud Services role.
|
samlGroupNames
| String
| yes
| Include in the groupMappings object
Names of the SAML groups to map to the
Informatica Intelligent Cloud Services role.
|
reuseGroup
| Boolean
| --
| Whether to use the existing
Informatica Intelligent Cloud Services group if the group name is the same as the SAML group name.
If false,
Informatica Intelligent Cloud Services creates a new group.
Default is false.
|
PUT <baseApiUrl>/public/core/v3/Orgs/6MRgiMIfvdRfCCLITrLCcI/addSamlGroupMappings Accept: application/json INFA-SESSION-ID: 9KA11tLGqxVcGeul8SQBK3 { "groupMappings": [ { "roleName": "Admin", "samlGroupNames": ["Security","Dev-Managers"] }, { "roleName": "Designer", "samlGroupNames": "Developers" } ], "reuseGroup": "true" }
PUT <baseApiUrl>/public/core/v3/Orgs/6MRgiMIfvdRfCCLITrLCcI/addSamlGroupMappings Accept: application/json INFA-SESSION-ID: 9KA11tLGqxVcGeul8SQBK3 { "groupMappings": [ { "roleName": "Admin", "samlGroupNames": "Administrators" } ], "reuseGroup": "true" }