Users

Retrieve user by ID

Get detailed information about a specific user.

Data Returned: The amount of information returned depends on:

  • Whether the request is authenticated
  • The requesting user's permissions
  • Whether the user is viewing their own profile

Serializers Used:

  • CurrentUserSerializer: For user's own profile (most detailed)
  • UserSerializer: For users with contact viewing permissions
  • UserBasicSerializer: For public/limited access
get/users/{id}

Response

OK

idinteger
first_namestring required

User first name.

last_namestring required

User last name.

referring_userinteger nullable

User who referred this user.

organizationinteger nullable

Organization to which the user belongs.

Changes

No recorded changes to this endpoint across all 1 revision of this API.