v1
latestOpenAPI 3.0.12026-07-177294143.2 KBusers
Get a user
get/v1/users/{username}
Path parameters
usernamestring string required
The username
Response
Returns a specific user
Example response
{
"permissions": [
"permissions",
"permissions"
],
"username": "username"
}