Skip to main content
GET

Path Parameters

string
required
The unique identifier of the user to retrieve. This ID should match the user’s identifier in your system.

Query Parameters

string | string[]
See Expanding objects. Available options:
  • memberships: Include basic membership data for each user
  • memberships.company: Include both membership and associated company details
  • companies: Include all companies associated with the user
  • You can request multiple expansions: expand[]=memberships&expand[]=companies

Response

Returns a user object if found. Returns a 404 Not Found error if the user doesn’t exist.