# Create Project User **POST /public/v1/projects/{projectId}/users** ## Servers - SmartPM Production Environment: https://live.smartpmtech.com (SmartPM Production Environment) ## Authentication methods - Api key ## Parameters ### Headers - **X-COMPANY-ID** (string) ### Path parameters - **projectId** (integer(int64)) ### Body: application/json (object) - **user** (string) - **role** (string) - **disableNotification** (boolean) ## Responses ### 500 Internal Server Error #### Body: */* (object) object ### 200 OK #### Body: */* (object) - **id** (integer(int64)) - **user** (string) - **role** (string) [Powered by Bump.sh](https://bump.sh)