Administrator
- Administrator
- All Products
/public/core/v3/Orgs/<organization ID>/addSamlRoleMappings
Field
| Type
| Required
| Description
|
---|---|---|---|
roleMappings
| Array
| yes
| Object that defines the
Informatica Intelligent Cloud Services role and SAML role mappings.
|
roleName
| String
| yes
| Include in the roleMappings object.
Name of the
Informatica Intelligent Cloud Services role.
|
samlRoleNames
| List
| yes
| Include in the roleMappings object
Names of the SAML roles to map to the
Informatica Intelligent Cloud Services role.
|
PUT <baseApiUrl>/public/core/v3/Orgs/6MRgiMIfvdRfCCLITrLCcI/addSamlRoleMappings Accept: application/json INFA-SESSION-ID: 9KA11tLGqxVcGeul8SQBK3 { "roleMappings": [ { "roleName": "Developer", "samlRoleNames": ["Data Designer","MS Deployer"] }, { "roleName": "Admin", "samlRoleNames": "Operator" } ] }