cURL
curl --request GET \ --url https://v1.api.flux-os.com/organization/users/{id} \ --header 'x-api-key: <api-key>' \ --header 'x-user-id: <api-key>'
{ "data": { "stytch_id": "<string>", "organization": "<unknown>", "first_name": "<string>", "last_name": "<string>", "email": "<string>", "phone": "<string>", "title": "<string>", "id": "<string>", "created_at": "2023-11-07T05:31:56Z", "updated_at": "2023-11-07T05:31:56Z", "roles": "<unknown>", "permissions": "<unknown>" } }
Retrieve details about a specific user in the current organization including their roles and permissions.
The user ID.
A single user object containing user details along with related roles and permissions.
Show child attributes