# Create user **POST /users** Creates a new user from a username and password. Immediately returns a valid access token for that user. ## Servers - https://example.com: https://example.com () ## Parameters ## Body parameters Content-type: application/json - **user_name** (string) The regex means: lowercase letters and numbers, separated by dashes, with no leading, trailing, or double dashes. - **password** (string) ## Responses ### 201: Created #### Body Parameters: (object) - **user_identifier** (string) - **access_token** (string) ### 400: Bad Request ### 409: Conflict [Powered by Bump.sh](https://bump.sh)