v1
latestOpenAPI 3.0.32026-07-24614422630.2 KBUser 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.