Get a user by their user ID.
{ "id": "<user_id>", "type": "user", "name": "<display_name>", "email": "<email>", "status": "ACTIVE", "groups": [ { "type": "group", "id": "<group_id>" }, { "type": "group", "id": "<group_id>" } ]}
Was this page helpful?