# Groups **GET /2023-03-01/xhr/groups** The Group object is used to represent any subset of employees, such as PayGroup, Team, or Department. Employees can be in multiple Groups. ## Servers - Production server (EU): https://api.affixapi.com (Production server (EU)) - Development server (EU): https://dev.api.affixapi.com (Development server (EU)) ## Authentication methods - Access token ## Parameters ## Responses ### 200 Success #### Body: application/json (array[object] | null) - **id** (string | null) - **remote_id** (string | null) - **name** (string | null) - **type** (string | null) ### 202 Accepted + pending (async job started) #### Headers - **Retry-After** (integer) Retry your call after the specified amount of seconds #### Body: application/json (object) - **message** (string) ### 401 Authentication Error #### Body: application/json (object) - **error** (string) The type of error - **message** (string) A descriptive description of the error - **code** (string) ### 429 Rate Limited / Too Many Requests #### Headers - **Retry-After** (integer) Retry your call after the specified amount of seconds #### Body: application/json (object) - **message** (string) ### 500 Server Error #### Body: application/json (object) - **message** (string) ### 501 Not Implemented #### Body: application/json (object) - **message** (string) [Powered by Bump.sh](https://bump.sh)