Create ClientAsk AIpost https://api.assembly.com/v1/clientsThis API endpoint creates a client.Query ParamssendInvitebooleanDefaults to falseIf true then send an account invite to the client.truefalseBody ParamsgivenNamestringrequiredThe client's given name (first name)familyNamestringrequiredThe client's family name (last name)emailstringrequiredThe client's emailcompanyIdstringThe ID of the company this client belongs to. When no ID is provided, a placeholder company will be created and returned in the response objectcustomFieldsjsonThe keys are the key of the custom field property, and the values are an array of custom field option keys (in the case of multiSelect custom fields), or the direct value in the case of all other types of custom fields.Responses 200200 400400Updated 6 months ago