Alokai

OrgCustomerCreation

Data object that contains information necessary for user creation OrgCustomerCreation

export interface OrgCustomerCreation {
	'email'?: string;
	'firstName'?: string;
	'lastName'?: string;
	'orgUnit'?: B2BUnit;
	'roles'?: Array<string>;
	'titleCode'?: string;
}

Properties

NameRequiredTypeDescription
emailOptionalstringEmail of the user {string} OrgCustomerCreation
firstNameOptionalstringFirst name of the user {string} OrgCustomerCreation
lastNameOptionalstringLast name of the user {string} OrgCustomerCreation
orgUnitOptionalB2BUnit{B2BUnit} OrgCustomerCreation
rolesOptionalArray<string>List of organizational approvers {Array<string>} OrgCustomerCreation
titleCodeOptionalstringCode of the user's title {string} OrgCustomerCreation

Referenced Types

On this page