# End Users

 - [GET /beta/endusers](https://docs.dixa.io/openapi/dixa-api/beta/end-users/getendusers.md): Lists all end users in an organization. It is possible to filter by one of the mutually exclusive parameters: email or phone number. In case both are provided, an error is returned.<br/> <b>Note:</b>
 - [PUT /beta/endusers](https://docs.dixa.io/openapi/dixa-api/beta/end-users/putendusers.md): Bulk update end users.
 - [POST /beta/endusers](https://docs.dixa.io/openapi/dixa-api/beta/end-users/postendusers.md): Create an end user.
 - [PATCH /beta/endusers](https://docs.dixa.io/openapi/dixa-api/beta/end-users/patchendusers.md): Bulk patch end users.
 - [POST /beta/endusers/bulk](https://docs.dixa.io/openapi/dixa-api/beta/end-users/postendusersbulk.md): Create multiple end users in a single bulk action
 - [GET /beta/endusers/{userId}](https://docs.dixa.io/openapi/dixa-api/beta/end-users/getendusersuserid.md): Get an end user by id.
 - [PUT /beta/endusers/{userId}](https://docs.dixa.io/openapi/dixa-api/beta/end-users/putendusersuserid.md): Update an end user.
 - [PATCH /beta/endusers/{userId}](https://docs.dixa.io/openapi/dixa-api/beta/end-users/patchendusersuserid.md): Patch an end user.
 - [PATCH /beta/endusers/{userId}/anonymize](https://docs.dixa.io/openapi/dixa-api/beta/end-users/patchendusersuseridanonymize.md): Request the anonymization of an end user.
 - [PATCH /beta/endusers/{userId}/custom-attributes](https://docs.dixa.io/openapi/dixa-api/beta/end-users/patchendusersuseridcustom-attributes.md): Patch custom attributes of an end user
 - [GET /beta/endusers/{userId}/conversations](https://docs.dixa.io/openapi/dixa-api/beta/end-users/getendusersuseridconversations.md): Lists conversations requested by an end user. <br/> Note: Custom attributes are not part of the response at this point. If you need to get custom attributes for a conversation use the [GET /conversati
