v1

latestOpenAPI 3.0.12026-07-177294143.2 KB
users

Get a user

get/v1/users/{username}

Path parameters

usernamestring string required

The username

Response

Returns a specific user

permissionsstring[] required
usernamestring string required

Example response

{
  "permissions": [
    "permissions",
    "permissions"
  ],
  "username": "username"
}