User Details of a Specific User
This resource provides access to user details of a user.
Resource | <Hub Service URL>/api/rest/users/{userID}/userdetails |
Returned entity | Details. For the description of the entity attributes, see Details Attributes. |
Supported methods |
Details Attributes
Represents user details of a user.
Attributes
This table describes attributes of the Details
entity.
To receive an attribute in the response from the server, specify it explicitly in the
fields
request parameter.To update an attribute, provide it in the body of a POST request.
Field | Type | Description |
---|---|---|
id | String | The unique identifier of the set of credentials associated with the user. |
authModule | authModule | The details about the auth module that this user logs in with. |
authModuleName | String | The name of the auth module that this user logs in with. |
The details about the user email and its status. | ||
lastAccessAddress | String | The IP address that this user was accessing YouTrack from. |
lastAccessTime | Long | The timestamp when the user account last logged in to the system. |
lastAccessUserAgent | String | The user agent that this user was accessing YouTrack with. |
user | user | The details about the user. |
Read All Details of a User
Get all user details of a specific user.
Request Syntax
Request Parameters
Parameter | Type | Description |
---|---|---|
fields | String | Optional. Returns only the specified subset of the fields for each user. Use Fields Syntax to define the subset. |
$skip | Int | Optional. Lets you set a number of returned entities to skip before returning the first one. |
$top | Int | Optional. Lets you specify the maximum number of Users that are returned in the response. |
query | String | Optional. Lets you specify a search query to filter the returned results. See Query Syntax for the definition of supported logical operations syntax. For the UserDetails fields and tuples, see Hub REST API Reference. |