Retrieves the details of a user in Cloud Directory for a tenant.

Entitlement required: readUserGroups (Read users and groups), or manageUserGroups (Manage users and groups), or manageAllUserGroups (Synchronize users and groups), or manageUserStandardGroups (Manage users and standard groups), or readUsers (Read all users but not group memberships), or readUsersGroupMembership (Read all users and group memberships), or readUsersStandardGroupMembership (Read all users and standard group memberships), or manageUsers (Manage all users), or manageUsersInStandardGroups (Manage users in standard groups).
Note: You only need one entitlement, but you can have more than one.

To improve performance, specify the list of the attributes that you want returned by using the attributes query parameter.

On Success, the returned response includes the user and group membership details. The group membership that is returned includes the group ID and displayName attributes.

The memberAttributes, memberCount, and memberStartIndex query parameters are currently ignored.

Path Params
string
required

The identifier of the user whose details are being retrieved.

Query Params
string

The list of attributes that are passed in as comma-separated values that are used when passing the result back to the caller. To improve performance, specify in the list only the attributes that you want returned. If no list is provided, the default action is to return all attributes.

string

The list of group attributes that are passed in as comma separated values that are used when passing the result back to the caller. For example, the ID and displayName attributes.

string

Specifies the maximum number of query results per page. A negative value is interpreted as 0. A value of 0 indicates that no member resource results are to be returned, except for totalResults.

string

The starting index of the search.

Responses

Language
URL
Choose an example:
application/scim+json