Get user
GET
/api/v1/integrations/users/{username}UsersReturns one user for the account resolved from the Bearer token.
Path parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
username | string | Yes | Username/email identifier. |
Responses
| HTTP | Description |
|---|---|
| 200 | User object in `data`. |
| 401 | Unauthorized - invalid or missing Bearer token. |
| 404 | Account or user not found. |
Response payload
Success response (200)
Example
Last updated on