Get Users
GET
/v1/users/Gets the users of the organization connected to the API key.
Request
Request samples
Responses
Success(200)
HTTP Code: 200
Content Type : JSONapplication/json
Data Schema
array of:
id
string <uuid>
required
email
string <email>
required
first_name
string
required
last_name
string
required
title
string
optional
org_id
string <uuid>
required
Example
Not configured
Last modified: 4 months ago