PUT
/
users
/
{id}

Headers

Authorization
string
required

Your API credentials. Eg. Basic {credentials}.

Sequence-Version
enum<string>

Use this header to select an API version

Available options:
2024-01-01

Path Parameters

id
string
required

Sequence User ID

Body

application/json
sequenceAccountIds
string[]
required

A list of Sequence account IDs. These account IDs represent the accounts this user has access to.

Response

201 - application/json
id
string
required

Unique user ID

sequenceAccountIds
string[]
required

A list of Sequence account IDs. These account IDs represent the accounts this user has access to.