Get User
Returns a single user by ID, including non-activated users. Returns 404
if the user does not exist, belongs to a different business, or has an
internal platform role (SUPER_ADMIN, SUPER_MANAGER).
Requires scope: users:read
Authentication
API_KEYstring
API Key authentication via header
Path parameters
id
User ID.
Response
This endpoint returns an object.
id
Unique identifier for the user.
firstName
User's first name.
lastName
User's last name.
fullName
User’s full display name (first name + last name).
email
User’s email address (used for login).
role
Role assigned to this user.
Internal platform roles (SUPER_ADMIN, SUPER_MANAGER) are never
returned by this API.
activated
Whether the user account is active and able to log in.
createdAt
ISO 8601 timestamp when the user account was created.
phoneNumber
User's phone number.
Errors
401
Unauthorized Error
403
Forbidden Error
404
Not Found Error