GET
/organization/projects/{project_id}/users/{user_id}
curl \
--request GET 'https://api.openai.com/v1/organization/projects/{project_id}/users/{user_id}' \
--header "Authorization: Bearer $ACCESS_TOKEN"
Response examples (200)
{
"object": "organization.project.user",
"id": "string",
"name": "string",
"email": "string",
"role": "owner",
"added_at": 42
}