Users
Get a single user
Gets details about a single account user.
get/v1/users/{userId}
Path parameters
userIdinteger required
User ID.
Response
OK
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
}
}