Updates a User

Updates a User

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
string
required

The ID that specifies a User

Body Params
string

The unique identifier of the user. Assigned at creation, uneditable.

string
required

The first name of the user.

string

The last name of the user.

string
required

The email or non-email username of the user. Must be unique.

string
required

Used for authentication. Must be at least 8 characters. Required on creation.

string

Required on creation and only on creation. Must match password.

string

API access token

string

The user's phone number.

string

The id of the company the user belongs to directly.

string

ID of user's type

company_ids
array of strings

A list of company ids which are accounts of the user's company. The user is allowed to view and interact with these companies. Allows management of which sub-accounts users are able to access.

company_ids
metadata
object

This field is a way to store an untyped, key-value, user defined data on a user per user basis

Responses
200

Successful operation

401

You are not authorized

404

The item you were looking for does not exist

500

An unexpected error was encountered.

Language
Credentials
Header
LoadingLoading…
Response
Click Try It! to start a request and see the response here!