Optional
input: AddPersonInputPrivate
Optional
_persongetResponse 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 AddPersonResponse
AddPersonResponse
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.