User Management
Get User by Login
Retrieves a single user's details based on their login name. Fields with null values will not be included in the response.
get/api/v1/user/login/{login}
Path parameters
loginstring required
The login name of the user.
Response
Success. Returns the user object.
Changes
No recorded changes to this endpoint across all 1 revision of this API.