Skip to content

users


Get users

GET
/accounts/{accountUuid}/v2/users

Get all users for an account

Authorizations

ApiToken

Bearer token authentication. Create tokens in Settings > API Token.

Type
HTTP (bearer)

Parameters

Path Parameters

accountUuid*
Type
string
Required
Format
"uuid"

Responses

Successful response

application/json
JSON
{
  
"data": [
  
  
{
  
  
  
"uuid": "string",
  
  
  
"email": "string",
  
  
  
"firstName": "string",
  
  
  
"lastName": "string",
  
  
  
"isOwner": true,
  
  
  
"isAdmin": true
  
  
}
  
],
  
"message": "string",
  
"status": 200,
  
"meta": {
  
}
}

Playground

Authorization
Variables
Key
Value

Samples