# Groups [`Groups`](#tag/Groups) are used to specify the permissions of [`Users`](#tag/Users) in Dash. ## Get all groups - [GET /groups](https://api-docs.dash.app/dash/openapi/groups/getgroups.md): Get all of the Groups in the current Account ## Create a group - [POST /groups](https://api-docs.dash.app/dash/openapi/groups/postgroup.md): Create a Group ## Get a group - [GET /groups/{id}](https://api-docs.dash.app/dash/openapi/groups/getgroup.md): Get a Group ## Update a group - [PATCH /groups/{id}](https://api-docs.dash.app/dash/openapi/groups/patchgroup.md): Update a Group ## Delete a group - [DELETE /groups/{id}](https://api-docs.dash.app/dash/openapi/groups/deletegroup.md): Delete a Group