# Create New Users **POST /users** ## Servers - https://identity.zerionsoftware.com/v1: https://identity.zerionsoftware.com/v1 () ## Authentication methods - Oauth2 ## Parameters ### Body: application/json (object) - **email** (string) - **first_name** (string) - **last_name** (string) - **password** (string) - **profile_id** (number) - **server_id** (string) - **username** (string) ## Responses ### 201 Created #### Body: application/json (object) - **id** (string) the created user id [Powered by Bump.sh](https://bump.sh)