Tours & Events

Users

Read user profiles and update your own account

Resource overview

GET/api/usersAPI key · SessionRole: Super Admin
GET/api/users/{id}API key · SessionRole: Super Admin
PATCH/api/users/{id}API key · SessionRole: Super Admin
PATCH/api/users/meAPI key · Session

Current user

PATCH/api/users/meAPI key · Session

Update the authenticated user's own profile.

NameTypeRequiredDescription
namestringOptionalDisplay name.
phonestringOptionalE.164 phone number.

List users

GET/api/usersAPI key · SessionRole: Super Admin

Returns members of your organization. Standard pagination params apply.

Get / update user

GET/api/users/{id}API key · SessionRole: Super Admin
PATCH/api/users/{id}API key · SessionRole: Super Admin
NameTypeRequiredDescription
namestringOptionalDisplay name.
rolestringOptionalOrg role name. Must exist on the org.
statusstringOptional`active` or `suspended`.

On this page