v
latestOpenAPI 3.0.42026-08-09479161868.0 KBAppUser
returns user information (if user does not have user:view permission trying to view other users' information fails with a forbidden error) (Auth)
get/api/users/{id}
Path parameters
idstring uuid required
user id
Response
OK
Example response
{
"username": "test",
"email": "email@domain.com",
"phoneNumber": "+989121234567",
"firstName": "Hamid Reza",
"surName": "Mohammadi"
}