curl --location --request GET 'https://api.anthropic.com/v1/organizations/users/user_01WCz1FkmYMm4gnmykNKUu3Q' \
--header 'anthropic-version: 2023-06-01' \
--header 'x-api-key: ' \
--header 'content-type: application/json' \
--data-raw ''
{
"id": "user_01WCz1FkmYMm4gnmykNKUu3Q",
"type": "user",
"email": "user@emaildomain.com",
"name": "Jane Doe",
"role": "user",
"added_at": "2024-10-30T23:58:27.427722Z"
}