/api/space/user-management/user-profiles/{profile-id}

The following operation is supported on this resource:

  • GET - Get User Profile
GET /user-profiles/{profile-id} Version 3

Get User Profile.

Sample Usage

GET /user-profiles/{profile-id}


  • Parameters:
    Name Type URI Type Description Required
    profile-id Integer Path Profile ID Y
  • Sample Output XML:
    <user-profile href="/api/space/user-management/user-profiles/{id}" uri="/api/space/user-management/user-profiles/{profile-id}">
         <id>Integer</id>
         <name>String</name>
         <title>String</title>
         <auth-mode>String</auth-mode>
         <x509-cert-auth-mode>String</x509-cert-auth-mode>
    </user-profile>

  • Sample Output JSON:
    {
       "user-profile" : {
         "@href" : "/api/space/user-management/user-profiles/{id}" ,
         "@uri" : "/api/space/user-management/user-profiles/{profile-id}" ,
         "id" : "Integer" ,
         "name" : "String" ,
         "title" : "String" ,
         "auth-mode" : "String" ,
         "x509-cert-auth-mode" : "String"
       }
    }

  • Access Control

    The following capabilities are required to access this API: ReadUser