Get Users Retrieves users within the organization.
This endpoint supports optional filtering in one of the following ways:
Note: These filters cannot be combined.
Add pending=(true|false) in the query parameters with one of the following options:
pending=(true|false)
true
false
Add deleted=(true|false) in the query parameters with one of the following options:
deleted=(true|false)
Add userType=[userType] in the query parameters with one of the following options:
userType=[userType]
user
machine
limited
Add email=[email] in the query parameter to filter for a specific user email address.
email=[email]
Get Users Retrieves users within the organization.
Filtering
This endpoint supports optional filtering in one of the following ways:
Note: These filters cannot be combined.
Pending (invitation)
Add
pending=(true|false)
in the query parameters with one of the following options:true
- Return only disabled usersfalse
- Return only active usersDeleted (deactivated)
Add
deleted=(true|false)
in the query parameters with one of the following options:true
- Return only deactivated usersfalse
- Return only active usersUser Type
Add
userType=[userType]
in the query parameters with one of the following options:user
- Full usermachine
- Machine user / API userlimited
- Collaborator userEmail
Add
email=[email]
in the query parameter to filter for a specific user email address.