# Create New Users **POST /profiles/{profile_id}/users** ## Servers - https://api.iformbuilder.com/exzact/api/v80/%5Bservername%5D: https://api.iformbuilder.com/exzact/api/v80/%5Bservername%5D () ## Authentication methods - Oauth2 ## Parameters ### Path parameters - **profile_id** (string) id of the profile ### Body: application/json (object) - **can_form_edit** (boolean) - **can_thunderplug_sync** (boolean) - **email** (string) - **first_name** (string) - **last_name** (string) - **password** (string) - **role** (string) must match "server", "company" or "basic" - **username** (string) ## Responses ### 201 Created #### Body: application/json (object) - **id** (number) the created user id ### 400 Bad Request [Powered by Bump.sh](https://bump.sh)