Skip to Content

Get user

GET/api/v1/integrations/users/{username}Users

Returns one user for the account resolved from the Bearer token.

Path parameters

ParameterTypeRequiredDescription
usernamestringYesUsername/email identifier.

Responses

HTTPDescription
200User object in `data`.
401Unauthorized - invalid or missing Bearer token.
404Account or user not found.

Response payload

Success response (200)

Example

Last updated on