Interface AddPersonToTenantResponse

The AddPerson response expected from the execution of the object within BambuClient execute.

interface AddPersonToTenantResponse {
    error?: any;
    message: string;
}

Properties

Properties

error?: any

any error messages that were returned by the request.

message: string

the message response from the request