Share via


az communication identity user

Note

This reference is part of the communication extension for the Azure CLI (version 2.67.0 or higher). The extension will automatically install the first time you run an az communication identity user command. Learn more about extensions.

This command group has been deprecated and will be removed in a future release. Use 'communication user-identity user' instead.

Commands to manage user identities for a Communication Service resource.

Commands

Name Description Type Status
az communication identity user create

Creates a new ACS Identity.

Extension Deprecated
az communication identity user delete

Deletes an existing ACS Identity, revokes all tokens for that ACS Identity and deletes all associated data.

Extension Deprecated

az communication identity user create

Deprecated

This command is implicitly deprecated because command group 'communication identity user' is deprecated and will be removed in a future release. Use 'communication user-identity user' instead.

Creates a new ACS Identity.

az communication identity user create [--connection-string]

Examples

Create ACS user

az communication identity user create

Optional Parameters

The following parameters are optional, but depending on the context, one or more might become required for the command to execute successfully.

--connection-string

Communication connection string. Environment variable: AZURE_COMMUNICATION_CONNECTION_STRING.

Property Value
Parameter group: Communication Arguments
Global Parameters
--debug

Increase logging verbosity to show all debug logs.

Property Value
Default value: False
--help -h

Show this help message and exit.

--only-show-errors

Only show errors, suppressing warnings.

Property Value
Default value: False
--output -o

Output format.

Property Value
Default value: json
Accepted values: json, jsonc, none, table, tsv, yaml, yamlc
--query

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

--subscription

Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID.

--verbose

Increase logging verbosity. Use --debug for full debug logs.

Property Value
Default value: False

az communication identity user delete

Deprecated

This command is implicitly deprecated because command group 'communication identity user' is deprecated and will be removed in a future release. Use 'communication user-identity user' instead.

Deletes an existing ACS Identity, revokes all tokens for that ACS Identity and deletes all associated data.

az communication identity user delete --user
                                      [--connection-string]
                                      [--yes]

Examples

Delete ACS user

az communication identity user delete --user "8:acs:xxxxxx"

Required Parameters

--user

ACS identifier.

Optional Parameters

The following parameters are optional, but depending on the context, one or more might become required for the command to execute successfully.

--connection-string

Communication connection string. Environment variable: AZURE_COMMUNICATION_CONNECTION_STRING.

Property Value
Parameter group: Communication Arguments
--yes -y

Do not prompt for confirmation.

Property Value
Default value: False
Global Parameters
--debug

Increase logging verbosity to show all debug logs.

Property Value
Default value: False
--help -h

Show this help message and exit.

--only-show-errors

Only show errors, suppressing warnings.

Property Value
Default value: False
--output -o

Output format.

Property Value
Default value: json
Accepted values: json, jsonc, none, table, tsv, yaml, yamlc
--query

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

--subscription

Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID.

--verbose

Increase logging verbosity. Use --debug for full debug logs.

Property Value
Default value: False