Optional
input: CreatePersonInputPrivate
Optional
_emailPrivate
Optional
_firstPrivate
Optional
_lastPrivate
Optional
_metadataPrivate
Optional
_personPrivate
Optional
_phonegetResponse is used by the BambuClient to propery return the response object type.
the api response object returned by the BambuMeta client before being converted to the CreatePersonResponse
CreatePersonResponse
Sets the email address on the person.
Sets the first name on the person.
Sets the last name on the person.
Sets any additional metadata to be stored against the person record
the metadata attribute key
the metadata attribute value
Sets the personId if known and the customer already exists to update the record.
Sets the phone number on the person.
The create person api is an asyncronous request to BambuMeta to issue the provided user an person. This request will not guarentee an person is created. But checks if there is already an existing person. If so, the person id is returned. If no person already exists, the request will be added to the processor for consumption and a success message should be returned.