Organizations
Check whether an email belongs to a group
Check whether an email address is already a member of the group authorized by group_token. The response also tells clients whether the group allows integration-driven auto-registration.
post/api/org/group/has-member/
Response
Indicates whether the email belongs to the group and whether auto-registration is enabled.
Example response
{
"success": true,
"has_member": true,
"is_auto_registration_enabled": true
}