# Users The [`User`](#tag/Users) resource contains information about a user in Dash such as their email address and their name (if provided). ## Create a user - [POST /users](https://api-docs.dash.app/dash/openapi/users/postuser.md): Create a new User in the current account ## Get a user - [GET /users/{id}](https://api-docs.dash.app/dash/openapi/users/getuser.md): Get a User ## Update a user - [PATCH /users/{id}](https://api-docs.dash.app/dash/openapi/users/patchuser.md): Patch a User ## Delete a User - [DELETE /users/{id}](https://api-docs.dash.app/dash/openapi/users/deleteuser.md): Delete a User and delete all AssetShares belonging to that user ## Create users - [POST /user-batch-jobs](https://api-docs.dash.app/dash/openapi/users/postuserbatchjob.md): Create new User resources in the current account ## Get the status of creating users - [GET /user-batch-jobs/{id}](https://api-docs.dash.app/dash/openapi/users/getuserbatchjob.md): Get the status and eventual result of an UserBatchJob ## Search for users - [POST /user-searches](https://api-docs.dash.app/dash/openapi/users/postusersearch.md): Create a new UserSearch ## Delete a user - [POST /user-deletes](https://api-docs.dash.app/dash/openapi/users/postdeleteuser.md): Delete a User with the option to delete all AssetShares belonging to that user ## Get the current user - [GET /current-user](https://api-docs.dash.app/dash/openapi/users/getcurrentuser.md): Get the currently authenticated User ## Check the creation status of the current user - [GET /current-user-creation-status](https://api-docs.dash.app/dash/openapi/users/getcurrentusercreationstatus.md): Get the currently authenticated User's creation status (used for detecting if a temporary signup token has been used) ## Create a platform user - [POST /platform/users](https://api-docs.dash.app/dash/openapi/users/postplatformuser.md): Create a new Platform User ## Patch a platform user - [PATCH /platform/users/{id}](https://api-docs.dash.app/dash/openapi/users/patchplatformuser.md): Update a Platform User ## Get accounts which the current user has a seat in - [POST /platform/current-user-account-searches](https://api-docs.dash.app/dash/openapi/users/postplatformcurrentuseraccountssearch.md): Get accounts which the currently authenticated Platform User's has a seat in ## Request a password reset - [POST /platform/user-forgotten-passwords](https://api-docs.dash.app/dash/openapi/users/postplatformuserforgottenpassword.md): Request a Platform User password reset ## Reset a password - [POST /platform/user-reset-passwords](https://api-docs.dash.app/dash/openapi/users/postplatformuserresetpassword.md): Reset a Platform User password ## Get a sign-up token - [POST /platform/user-sign-up-tokens](https://api-docs.dash.app/dash/openapi/users/postplatformusersignuptoken.md): Get an authentication token needed to create a Platform User ## Request verification code for sign-up - [POST /platform/user-verifications](https://api-docs.dash.app/dash/openapi/users/postplatformuserverification.md): Request verification code needed to retrieve authentication token to create a Platform User