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.
Example response
{
"success": true,
"member_id": 100500
}