# Services

- [Authorization](/services/authorization.md): This page describes how to authenticate your requests to Groups API
- [User Management](/services/user-management.md)
- [Creating Users](/services/user-management/user-create.md): This step shows how to create Groups users via GroupsAPI
- [Updating Users](/services/user-management/user-update.md): This step shows how to update Groups users.
- [Removing Users](/services/user-management/user-delete.md): This step shows how to remove users from your Groups platform.
- [Filtering Users](/services/user-management/user-filer.md): This step shows how to filter users
- [User Details](/services/user-management/user-detail.md): This step shows how to get details of a specific user.
- [Session Management](/services/session-management.md)
- [Creating a Session](/services/session-management/session-create.md): This step shows how to create a session with GroupsAPI.
- [Session Options Object](/services/session-management/session-create/session-options-object.md): This page describes the Options objects that Create Session and Update Session endpoints use
- [Updating Sessions](/services/session-management/session-update.md): This step shows how to update sessions through GroupsAPI
- [Filtering Sessions](/services/session-management/session-filter.md): This step shows to how to filter sessions with GroupsAPI.
- [Deleting Sessions](/services/session-management/session-delete.md): This step shows how to delete a session from Groups.
- [Session Details](/services/session-management/session-detail.md): This step shows how you can pull the details of any of your sessions with GroupsAPI.
- [Session List](/services/session-management/session-list.md): This step shows you how to list all the sessions you have created using GroupsAPI.
- [Participant Management](/services/participant-management.md)
- [Creating Participants](/services/participant-management/attandee-add.md): This step shows the method to add one or more users as participants in a session with Groups API.
- [Guests](/services/participant-management/attandee-add/guests.md)
- [Attendance Link](/services/participant-management/attendance-link.md): This page will describe how to obtain the attendance link for the participant to enter the session.
- [Updating Participants](/services/participant-management/attandee-update.md): This step shows how to update participants in a Groups session.
- [Removing Participants](/services/participant-management/attandee-delete.md): This step shows how to remove participants from a session via GroupsAPI
- [Filtering Participants](/services/participant-management/attande-filter.md): This step shows how to filter participants via GroupsAPI
- [Participant Details](/services/participant-management/participant-details.md): This page describes how to obtain details of a participant.
- [Reports](/services/reports.md): Reports allows you to obtain various statistics regarding a session or a participant.
- [Participant Stats](/services/reports/participant-stats.md): In this page, you will find information on how to obtain stats for a session with SESSION\_ID, along with participant stats.
- [ParticipantStat](/services/reports/participant-stats/participantstat.md): Below, you can find the details of the ParticipantStat object
- [Session Stats](/services/reports/session-stats.md): In this page, you will find information on how to obtain stats for a session with SESSION\_ID.
