v51

latestOpenAPI 3.0.1raw.githubusercontent.com2026-08-01169142751.2 KB
Users

Get a single user

Gets details about a single account user.

get/v1/users/{userId}

Path parameters

userIdinteger required

User ID.

Response

OK

idinteger
namestring
emailstring
rolestring
signUpstring
userTypestring
hasApiKeyboolean

Example response

{
  "id": 60192,
  "name": "Clifford O'neill",
  "email": "clifford.mail@gmail.com",
  "role": "Viewer",
  "userType": "Local",
  "hasApiKey": false,
  "options": {
    "billing": false,
    "emailAlerts": false,
    "operationalEmails": false,
    "mfaEnabled": false
  }
}