# Update a Profile **PUT /profiles/{profile_id}** ## 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) - **address_1** (string) - **address_2** (string) - **city** (string) - **country** (string) - **email** (string) - **fax** (string) - **is_active** (boolean) - **max_page** (number) - **max_user** (number) - **name** (string) - **phone** (string) - **state** (string) - **time_zone** (string) - **zip** (string) ## Responses ### 200 OK #### Body: application/json (object) - **id** (number) the updated profile id [Powered by Bump.sh](https://bump.sh)