Skip to content

Latest commit

 

History

History
32 lines (25 loc) · 1.37 KB

Add-CIPPContact.md

File metadata and controls

32 lines (25 loc) · 1.37 KB

Add-CIPPContact

SYNOPSIS

Adds a contact to a customer's tenant.

DESCRIPTION

The Add-CIPPContact function adds a contact to a customer's tenant using the CIPP API. It requires the customer's tenant ID, display name, external email address, first name, and last name as mandatory parameters.

PARAMETERS

-CustomerTenantID

Foo Foo
The ID of the customer's tenant.

-DisplayName

Foo Foo
The display name of the contact.

-ExternalEmailAddress

Foo Foo
The external email address of the contact.

-FirstName

Foo Foo
The first name of the contact.

-LastName

Foo Foo
The last name of the contact.

EXAMPLE 1

PS > Add-CIPPContact -CustomerTenantID "7ced1621-b8f7-4231-868c-bc6b1a2f1778" -DisplayName "John Doe" -ExternalEmailAddress "john.doe@example.com" -FirstName "John" -LastName "Doe"