v1

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