# Create New Users **POST /profiles/{profile_id}/users** ## Servers - https://servername.iformbuilder.com/exzact/api/v60: https://servername.iformbuilder.com/exzact/api/v60 () ## 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 [Powered by Bump.sh](https://bump.sh)