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