v1

latestOpenAPI 3.0.0Apache 2.02026-08-0610023171.4 KB
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.

successboolean
has_memberboolean
is_auto_registration_enabledboolean

Example response

{
  "success": true,
  "has_member": true,
  "is_auto_registration_enabled": true
}