# End Users
These endpoints allow you to manage WaaS end-users.
End users correspond to users of the platform who has integrated the Fordefi WaaS solution.
For example, in the case of a retail platform, these would be the retail consumers of the platform.
## List End Users
- [GET /api/v1/end-users](https://docs.fordefi.com/api/latest/openapi/end-users/list_end_users_api_v1_end_users_get.md): Get a list of end users in the organization.
## Create End User
- [POST /api/v1/end-users](https://docs.fordefi.com/api/latest/openapi/end-users/create_end_user_api_v1_end_users_post.md): Create a new end user.
## Get Current End User
- [GET /api/v1/end-users/current](https://docs.fordefi.com/api/latest/openapi/end-users/get_current_end_user_api_v1_end_users_current_get.md): Gets the current end user.
## Get End User
- [GET /api/v1/end-users/{id}](https://docs.fordefi.com/api/latest/openapi/end-users/get_end_user_api_v1_end_users__id__get.md): Gets the end user that corresponds to the given ID.
## Delete End User
- [DELETE /api/v1/end-users/{id}](https://docs.fordefi.com/api/latest/openapi/end-users/delete_end_user_api_v1_end_users__id__delete.md): Delete an end user.
## Set Export End User Keys Permissions
- [PUT /api/v1/end-users/{id}/set-export-end-user-keys-permissions](https://docs.fordefi.com/api/latest/openapi/end-users/set_export_end_user_keys_permissions_api_v1_end_users__id__set_export_end_user_keys_permissions_put.md): Allow or disable export of a keyset for an end user.