> ## Documentation Index
> Fetch the complete documentation index at: https://docs.explo.co/llms.txt
> Use this file to discover all available pages before exploring further.

# End User Group Endpoints

> Collection of endpoints to manage end user groups

<Info>
  The End User Group API is now deprecated and has been replaced by the Customer
  API. Each End User Group entity corresponds to a Customer entity, with its
  `user_group_id` corresponding to a Customer `customer_id`.
</Info>

<Card title="Get or Create User Group" icon="users-medical" href="/api-reference/end-user-group-api/get-or-create" iconType="regular">
  Get or create a new user group
</Card>

<Card title="Update User Group" icon="users-gear" href="/api-reference/end-user-group-api/update" iconType="regular">
  Update an existing user group.
</Card>

<Card title="Delete User Group" icon="users-slash" href="/api-reference/end-user-group-api/delete" iconType="regular">
  Delete an existing user group.
</Card>

<Card title="Refresh User Group Token" icon="user-lock" href="/api-reference/end-user-group-api/refresh-token" iconType="regular">
  Refresh a user group token
</Card>
