Get user from organization
get/{user_id}
Path parameters
user_idstring required
Response
200
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.