Users
Update a user
Update the details of one of your users.
PUT
/
users
/
{id}
Headers
Authorization
string
requiredYour API credentials. Eg. Basic {credentials}
.
Sequence-Version
enum<string>
Use this header to select an API version
Available options:
2024-07-30
Path Parameters
id
string
requiredSequence User ID
Body
application/json
sequenceAccountIds
string[]
requiredA list of Sequence account IDs. These account IDs represent the accounts this user has access to.
Response
201 - application/json
id
string
requiredUnique user ID
sequenceAccountIds
string[]
requiredA list of Sequence account IDs. These account IDs represent the accounts this user has access to.