Organizations

Auto-register a group member

Create a group member through an organization integration. The role form field accepts only teacher (2) or student (3); owner (1) is not allowed.

post/api/org/group/auto-registration/

Response

The request succeeded and returned the created member ID.

successboolean
member_idinteger

Example response

{
  "success": true,
  "member_id": 100500
}

Changes

No recorded changes to this endpoint across all 4 revisions of this API.