Skip to main content

tenant people profilecardproperty remove

Removes an additional attribute from the profile card properties

Usage

m365 tenant people profilecardproperty remove [options]

Options

-n, --name <name>

The name of the property to remove. Allowed values: UserPrincipalName, Fax, StreetAddress, PostalCode, StateOrProvince, Alias, customAttribute1, customAttribute2, customAttribute3, customAttribute4, customAttribute5, customAttribute6, customAttribute7, customAttribute8, customAttribute9, customAttribute10, customAttribute11, customAttribute12, customAttribute13, customAttribute14, customAttribute15.

-f, --force

Don't prompt for confirmation.

-h, --help [help]

Output usage information. Optionally, specify which section of command's help you want to see. Allowed values are options, examples, remarks, response, full. Default is options.

--query [query]

JMESPath query string. See http://jmespath.org/ for more information and examples.

-o, --output [output]

Output type. json, text, csv, md, none. Default json.

--verbose

Runs command with verbose logging.

--debug

Runs command with debug logging.

Remarks

info

To use this command you must be either Tenant Administrator or Global Administrator.

warning

When removing an attribute from a profile card, it takes up to 24 hours for the change to be displayed.

Examples

Removes the UPN as a profile property from the profile cards

m365 tenant people profilecardproperty remove --name UserPrincipalName

Removes the UPN as a profile property from the profile cards, without showing a confirmation prompt

m365 tenant people profilecardproperty remove --name UserPrincipalName --force

Response

The command won't return a response on success.

More information

CTRL + M