Skip to content

users


Get user

GET
/accounts/{accountUuid}/v2/users/{userUuid}

Get a user 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"
userUuid*
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