Retrieve a group invite
User-facing API for retrieving a group invite
Authorizations
Bearer authentication header of the form Bearer <token>
where <token>
is the user's Rownd JWT
Path Parameters
Group ID
Group Invite ID
Response
The roles into which a group member will be added upon invite acceptance (The first member invited to a group will always be created with the 'owner' role along with any additional roles specified)
The group invite ID
The group ID
The state of the invite
pending
, accepted
, rejected
The email of a Rownd user in the specified application. This property is mutually exclusive
with user_id
and email
The phone number of a Rownd user in the specified application. This property is mutually
exclusive with user_id
and email
The ID of a Rownd user in the specified application. This property is mutually exclusive with
phone
and email
The email or phone number specified during creation
The relative or absolute path location to which a user will be directed after accepting the invite
The ID of an application variant for which this invite should be created. When a user accepts this invite, they will be added to the group as a member and signed into this application variant. (Learn about variants here)
The ISO 8601 date-time that the resource was created
The ID of the user that created the resource
The ID of the user that accepted the invite
The ID of the user ensured by the provided user_id
or user_lookup_value