/api/v1/projects/{projectId}/peopleAsk AIpost http://localhost:8000/api/v1/projects/{projectId}/peopleThis can be used to add a new project contact book person.Path ParamsprojectIdstringrequiredBody Paramssource_idstringThe unique identifier of the source. This is a user-generated string. You can use this to link the person to a resource in an external system.first_namestringrequiredlength ≤ 255The first name of the person.last_namestringrequiredlength ≤ 255The last name of the person.emailstringrequiredlength ≤ 255The email address of the person.positionstringlength ≤ 255The position of the person.phone_numberstringThe phone number of the person. It must consist of between 1 and 15 digits and an optional leading "+" character.company_idstringThe company ID assigned to the person.HeadersRequest-IdstringThe HTTP Request-Id request header is an optional and unofficial HTTP header, used to trace individual HTTP requests from the client to the server and back again. It allows the client and server to correlate each HTTP request. If not provided by the client, the server should generate a unique request ID and include it in the response.Responses 201The project contact book person has been successfully created. 400Bad request, Invalid input 401Unauthorized 403Forbidden 404Object not found 409Conflict 500Internal server errorUpdated about 2 months ago