cURL
curl --request GET \ --url https://api.diversion.dev/v0/organizations/{org_id}/members/{user_id} \ --header 'Authorization: Bearer <token>'
{ "member": { "id": "member_123456", "user_id": "user_123456", "organization_id": "org_123456", "role": "READ" }, "user": { "image": "<string>", "email": "jsmith@example.com", "full_name": "<string>", "id": "<string>", "name": "<string>", "tier": "EDUCATION" } }
Get details about a specific member in the organization
This API uses OAuth 2 with the implicit grant flow
An ID of an organization
A user's ID
3
"Google_1192874509253"
Organization member details
The response is of type object.
object