v1
latestOpenAPI 3.1.02026-07-26189891.1 MBMembers
Retrieve a member
Returns the role and groups of the specified member.
get/v1/config/members/{email}
Path parameters
emailstring required
Email of a member
Example:testemail@gmail.com
Response
The member with the supplied email was found, the entire resource is returned.
Example response
{
"email": "testemail@gmail.com",
"role": "member"
}