Get Started
- Authentication
App-Scoped Endpoints
- Magic Links
- User Profiles
- Groups
- Group Invitations
- Group Members
- OpenID Clients
User-Scoped Endpoints
- User Profiles
- Groups
- Group Invitations
- Group Members
List groups
User-facing API for listing groups
Authorizations
Bearer authentication header of the form Bearer <token>
where <token>
is the user's Rownd JWT
Response
The group
Set whether the group be open for anyone to join or by invite only
invite_only
, open
Rownd application ID
The ISO 8601 date-time that the resource was created
The ID of the user that most recently updated the resource
The group ID
This value is no longer provided by the API. The default value of 0 will always be returned
An object containing additional metadata for the group
The group name
The ISO 8601 date-time that the resource was updated
The ID of the user that created the resource
The group member
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