Users
Get a user
Retrieve the details of one of your users.
GET
Headers
Your API credentials. Eg. Basic {credentials}
.
Use this header to select an API version
Available options:
2024-07-30
Path Parameters
Sequence User ID
Response
200
application/json
OK
The unique ID of this user.
Example:
"7b1f28b9-a4ad-450b-a0ea-fd647d5109b2"
The email address of this user.
Example:
"john@example.xyz"
A list of Sequence account IDs. These account IDs represent the accounts this user has access to.
Example:
[
"83da2ca4-49c7-4d81-9c9a-ba5be11768b0",
"c0901c87-e1a9-48e9-9e2f-9e05c402dcea"
]
The state of this user.
Example:
"active"