/api/space/domain-management/domains/{domain-id}/profiles

The following operation is supported on this resource:

  • POST - Associate a user profile with a domain
POST /domains/{domain-id}/profiles Version 2

Associate a user profile with a domain.

Sample Usage

POST /domains/{domain-id}/profiles


  • Parameters:
    Name Type URI Type Description Required
    domain-id Integer Path Domain ID Y
  • Sample Input XML:
    <profile href="/api/space/user-management/profiles/819722">
         <role-type>ALL_ACCESS</role-type>
         <domains>
               <domain href="/api/space/domain-management/domains/32769">
                   <name>Global</name>
               </domain>
         </domains>
         <name>Remote_Profile</name>
    </profile>

  • Sample Input JSON:
    {
       "profile" : {
         "@href" : "/api/space/user-management/profiles/819722" ,
         "role-type" : "ALL_ACCESS" ,
         "domains" : {
           "domain" : {
             "@href" : "/api/space/domain-management/domains/32769" ,
             "name" : "Global"
           }
         } ,
         "name" : "Remote_Profile"
       }
    }

  • Access Control

    The following capabilities are required to access this API: DefaultRead