# User Group Memberships

A User Group Membership represents the connection of a user to a [Workspace Group](/tag/Workspace-Groups). You must be an [Account Administrator](https://knowledge.kantata.com/hc/en-us/articles/203041364) to use these endpoints.

 - [GET /user_group_memberships](https://developer.kantata.com/kantata/specification/user-group-memberships/get%20user%20group%20memberships.md): This endpoint returns structured User Group Membership objects. As with all Kantata OX API endpoints, the returned data will be referenced in sorted order in the `results` array and will be indexed by
 - [POST /user_group_memberships](https://developer.kantata.com/kantata/specification/user-group-memberships/create%20user%20group%20memberships.md): Adds a user to a Workspace Group. **Bulk Create** This endpoint supports bulk creating up to 100 objects. In the request body, set the top-level key to its plural form and place the objects in an arra
 - [DELETE /user_group_memberships/{id}](https://developer.kantata.com/kantata/specification/user-group-memberships/delete%20user%20group%20membership.md): Removes a user from a Workspace Group. The response will contain no content and an HTTP 204 status code if the request was successful, or a [standard Kantata OX error message](#section/Errors) explain
