Operations with a Specific Set of User Details of a User
This resource lets you work with a specific set of user details.
Resource | <Hub Service URL>/api/rest/users/{userID}/userdetails/{userdetailsID} |
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 Specific Details of a User
Get a specific set of user details of a 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. |
Sample
Request
Response Body
Delete Specific Details of a User
Delete a specific set of user details from a user.
Request Syntax
Request Parameters
Parameter | Type | Description |
---|---|---|
fields | String | A list of UserDetails attributes that should be returned in the response. If no field is specified, only the |