Users
Get users
Gets a list of all account users.
get/v1/users
Response
OK
Example response
{
"account": 1001,
"users": [
{
"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
}
}
]
}