Organization Members

Get member by user ID

Retrieves an organization member by the user's ID with nested user data.

get/organizations/{organization_id}/members/by-user/{user_id}

Path parameters

organization_idstring required
user_idstring required

Response

OK

created_atstring date-time required
idstring required
organization_idstring required
rolestring required
updated_atstring date-time required

Changes

Changed in 2 of the 24 revisions of this API.12

  • 4ea48c264d7c11See the full diff
    • removed the required property from the response with the status

      response-required-property-removed

    • added the required property to the response with the status

      response-required-property-added

    • endpoint added

      endpoint-added