Get User
GET/v1/organizations/users/{user_id}
Get User
Path Parameters
user_id: string
ID of the User.
Returns
Get User
curl https://api.anthropic.com/v1/organizations/users/$USER_ID \
-H 'anthropic-version: 2023-06-01' \
-H "X-Api-Key: $ANTHROPIC_ADMIN_API_KEY"