Revoke Organization Access
Revoke a member access from organization.
Headers
AuthorizationContent-TypeAcceptRevoke Organization Access › Request Body
memberThe ID of the member to revoke access to the organization.
Revoke Organization Access › Responses
errorpayloadList all Custom Fields
Returns the custom fields defined on your organization — the ones whose values are carried on a member. Use the key of each field when writing values through the member endpoints.
Course enrollment fields are a separate set; retrieve them from the course custom fields endpoint.
The full list is returned in a single response; this endpoint is not paginated.
Headers
AuthorizationContent-TypeAcceptList all Custom Fields › Responses
errorInvite Member
Invite a member to join the organization or course.
Headers
AuthorizationContent-TypeAcceptInvite Member › Request Body
emailThe member's emails to whom will sent an invitation. Must be a valid email address.
full_nameThe member's full name.
roleThe member's role. Default to "customer". Must be one of customer, lecturer, admin, or owner.
discount_percentageMust be between 0 and 100.
courseIf set, the ID of the course the member will be invited to.
skip_emailIf set to true, an email notification will be skipped.
Invite Member › Responses
errorpayload