Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
application/json
information of a community to be created.
Required string length:
1 - 1000
Required string length:
1 - 5000
Required array length:
1 - 10
elementsRequired string length:
1 - 50
Required array length:
1 - 1000
elementsRequired array length:
1 - 10
elementsNotification Mode:
default
- Auto register push notification.silent
- Do not send notification.subscribe
- Send notification to subscribed users only.
Available options:
default
, silent
, subscribe
- If true, this private community will be discoverable in the query response.
- If false, this private community will not appear in the list but can still be accessed via its ID.
- If true, users will need to be approved by an admin before they can join the community.
- If false, users can join the community without approval.