# Users

All user related paths.

 - [GET /users](https://docs.upvest.co/api/users/list_users.md): Returns a paginated list of users. Use the `offset` and `limit` query parameters to page through results; `meta.total_count` gives the total number of matching users. Use `sort`/`order` to control ord
 - [POST /users](https://docs.upvest.co/api/users/create_user.md): Creates a user. The user must complete identity checks and provide any required identifiers before activation. See the Creating a user guide ([TOL](https://docs.upvest.co/products/tol/guides/users/use
 - [GET /users/{user_id}](https://docs.upvest.co/api/users/retrieve_user.md): Returns the user identified by `user_id`, including profile and status details
 - [DELETE /users/{user_id}](https://docs.upvest.co/api/users/offboard_user.md): Starts the user offboarding process in the background.
 - [POST /users/{user_id}/data_change_requests](https://docs.upvest.co/api/users/user_data_change.md): Requests a data change for a user specified by ID.
 - [POST Users events](https://docs.upvest.co/api/users/user_event.md): Notifies subscribers of user lifecycle events. Triggered when a user is created, activated, deactivated, offboarded, or has a data change processed or rejected. See the User webhook events guide ([TOL
