Members
Lists all members
Retrieves all of the current members in an organization and returns their email, role, and groups.
get/v1/config/members
Response
A list of members is returned on success.
Example response
[
{
"email": "testemail@gmail.com",
"role": "member"
}
]Changes
No recorded changes to this endpoint across all 1 revision of this API.