Create a group member
User-facing API for creating a group member
Authorizations
Bearer authentication header of the form Bearer <token>
where <token>
is the user's Rownd JWT
Path Parameters
Group ID
Body
The roles that the member belongs. (The first member added or invited to a group will always be created with the 'owner' role along with any additional roles specified)
The ID of a user to add as a group member. The user must belong to the Rownd application.
User profile data
The state of the group member. A member that has been invited will not go into the active
state until they accept the invitation.
active
, invite_pending
, invite_rejected
Response
The roles that the member belongs. (The first member added or invited to a group will always be created with the 'owner' role along with any additional roles specified)
The ID of a user to add as a group member. The user must belong to the Rownd application.
The authenticated party that added the user to the gruop
The group ID
The group member ID
The authenticated party that invited the user to the group
User profile data
The state of the group member. A member that has been invited will not go into the active
state until they accept the invitation.
active
, invite_pending
, invite_rejected