Newer Version Available

This content describes an older version of this product. View Latest

Environment Hub SSO User Mapping Generator

Creates an SSO mapping between an Environment Hub user and a user in a hub member org. An SSO user mapping lets the Environment Hub user log in as the mapped user in the member org without having to re-authenticate.

User mappings can be many-to-one but not one-to-many. In other words, you can associate multiple users in the hub org with the same user in a member org.

Resource
1/connect/environment-hub/sso-user-mappings/hubMemberId
Available version
36.0
HTTP methods
POST
Request body for POST
Root XML tag
<ssoUserMapping>
JSON example
1{
2  "hubUserId":"005B0000000F6SNIA0",
3  "memberUsername":"jeanSmith"
4}
Properties
Name Type Description Required or Optional Available Version
hubUserId String The ID of a user in an Environment Hub organization. Required 36.0
memberUsername String The username of a user in an Environment Hub member organization. Required 36.0
Request parameters for POST
Parameter Name Type Description Required or Optional Available Version
hubUserId String The ID of a user in an Environment Hub organization. Required 36.0
memberUsername String The username of a user in an Environment Hub member organization. Required 36.0
Response body for POST
Environment Hub SSO User Mapping Validation