Return list of groups
Returns a paginated list of groups in the organization. Archived groups are included by default and can be excluded via the include_archived_groups parameter.
Token scopes: groups:read
Returns a paginated list of groups in the organization. Archived groups are included by default and can be excluded via the include_archived_groups parameter.
Token scopes: groups:read
The maximum number of groups to return (between 1 and 100)
Sort the results in ascending (ASC) or descending (DESC) order based on the group name.
Include archived groups (soft deleted records). Defaults to true.
The Deel API uses bearer tokens to authenticate requests. All API calls must be made over HTTPS — calls over plain HTTP or without authentication will fail.
Standard OAuth2 security scheme based on https://swagger.io/docs/specification/authentication/