Group Invitations
Create a group invite
User-facing API for creating a group invite. An invite can be created for a user by providing
their user_id
, email
, or phone
. Once accepted, the user will be added as a member within
the group and be assigned the roles specified in the invite.
POST
Authorizations
Bearer authentication header of the form Bearer <token>
where <token>
is the user's Rownd JWT
Path Parameters
Group ID
Body
application/json
Response
200 - application/json
Group invite created successfully
The response is of type object
.