/api/space/user-management/user-profiles

The following operation is supported on this resource:

  • GET - Get all user profiles
GET /user-profiles Version 3

Get all user profiles.

Sample Usage

GET /user-profiles


  • Sample Output XML:
    <user-profiles total="Integer" uri="/api/space/user-management/user-profiles">
         <user-profile href="/api/space/user-management/user-profiles/{id}" uri="/api/space/user-management/user-profiles/{id}">
               <id>Integer</id>
               <x509-cert-auth-mode>String</x509-cert-auth-mode>
               <title>String</title>
               <name>String</name>
               <auth-mode>String</auth-mode>
         </user-profile>
    </user-profiles>

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

  • Access Control

    The following capabilities are required to access this API: DefaultRead