Get user from organization

get/{user_id}

Path parameters

user_idstring required

Response

200

idstring
organization_idstring
role_idstring
emailstring
phonestring
statusstring
updated_atstring
created_atstring

Example response

{
  "id": "string",
  "organization_id": "string",
  "role_id": "string",
  "email": "string",
  "phone": "string",
  "status": "string",
  "updated_at": "string",
  "created_at": "string"
}

Changes

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