az communication user-identity user
Note
This reference is part of the communication extension for the Azure CLI (version 2.59.0 or higher). The extension will automatically install the first time you run an az communication user-identity user command. Learn more about extensions.
Command group 'communication user-identity' is in preview and under development. Reference and support levels: https://aka.ms/CLI_refstatus
Commands to manage user identities for a Communication Service resource.
Commands
Name | Description | Type | Status |
---|---|---|---|
az communication user-identity user create |
Creates a new ACS Identity. |
Extension | Preview |
az communication user-identity user delete |
Deletes an existing ACS Identity, revokes all tokens for that ACS Identity and deletes all associated data. |
Extension | Preview |
az communication user-identity user create
Command group 'communication user-identity user' is in preview and under development. Reference and support levels: https://aka.ms/CLI_refstatus
Creates a new ACS Identity.
az communication user-identity user create [--connection-string]
Examples
Create ACS user
az communication user-identity user create
Optional Parameters
Communication connection string. Environment variable: AZURE_COMMUNICATION_CONNECTION_STRING.
Global Parameters
Increase logging verbosity to show all debug logs.
Show this help message and exit.
Only show errors, suppressing warnings.
Output format.
JMESPath query string. See http://jmespath.org/ for more information and examples.
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID
.
Increase logging verbosity. Use --debug for full debug logs.
az communication user-identity user delete
Command group 'communication user-identity user' is in preview and under development. Reference and support levels: https://aka.ms/CLI_refstatus
Deletes an existing ACS Identity, revokes all tokens for that ACS Identity and deletes all associated data.
az communication user-identity user delete --user
[--connection-string]
[--yes]
Examples
Delete ACS user
az communication user-identity user delete --user "8:acs:xxxxxx"
Required Parameters
ACS identifier.
Optional Parameters
Communication connection string. Environment variable: AZURE_COMMUNICATION_CONNECTION_STRING.
Do not prompt for confirmation.
Global Parameters
Increase logging verbosity to show all debug logs.
Show this help message and exit.
Only show errors, suppressing warnings.
Output format.
JMESPath query string. See http://jmespath.org/ for more information and examples.
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID
.
Increase logging verbosity. Use --debug for full debug logs.
Azure CLI