v4
latestOpenAPI 3.1.02026-08-02261331761.5 KBMembers
Get Organization Member
Gets a single account member by its id or email address. matching the given member, if no such member exists under the current active account (organization), returns 404.
get/v2/members/{member_id}
Path parameters
member_idstring required
Either the unique id (UUID) of the account member, or the email address of the account member.
Either the unique id (UUID) of the account member, or the email address of the account member.
Response
Successful Response
Example response
{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"email": "janedoe@permituser.com",
"email_verified": true,
"given_name": "Jane",
"family_name": "Doe",
"name": "Jane Josephine Doe",
"picture": "http://permituser.com/janedoe/me.jpg",
"settings": {
"option": "value",
"another-option": "another-value"
},
"is_superuser": false,
"is_onboarding": true,
"onboarding_step": "done",
"created_at": "2019-08-20T14:15:22Z",
"last_login": "2019-08-24T14:15:22Z",
"last_ip": "1.2.3.4",
"logins_count": 2,
"identities": [
{
"user_id": "google-oauth2|000000000000000000001",
"provider": "google-oauth2",
"sub": "000000000000000000001",
"email": "Jane@permituser.com",
"email_verified": true,
"user_info": {
"sub": "000000000000000000001",
"name": "Jane Josephine Doe",
"given_name": "Jane",
"family_name": "Doe",
"middle_name": "Josephine",
"nickname": "JJ",
"preferred_username": "j.doe",
"profile": "http://permituser.com/janedoe",
"picture": "http://permituser.com/janedoe/me.jpg",
"website": "http://permituser.com",
"email": "janedoe@permituser.com",
"email_verified": true,
"gender": "female",
"birthdate": "1972-03-31",
"zoneinfo": "America/Los_Angeles",
"locale": "en-US",
"phone_number": "+1 (111) 222-3434",
"phone_number_verified": false,
"address": {
"country": "us"
},
"updated_at": "1556845729"
}
}
],
"invite": {
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"organization_id": "7c60d51f-b44e-4682-87d6-449835ea4de6",
"invite_code": "40ef0e48-a11f-4963-a229-e396c9eeefff",
"email": "Jane@permituser.com",
"role": "admin",
"created_at": "2019-08-24T14:15:22Z",
"status": "pending",
"failed_reason": ""
},
"grants": [
{
"object_type": "org",
"access_level": "admin",
"organization_id": "7c60d51f-b44e-4682-87d6-449835ea4de6"
}
]
}