Skip to content

Commit eff9fb4

Browse files
(AzureCXP) MicrosoftDocs/azure-docs#49613
1 parent 5e44137 commit eff9fb4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/lighthouse/how-to/onboard-customer.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ In order to define authorizations, you'll need to know the ID values for each us
9090
az ad group list --query "[?displayName == '<yourGroupName>'].objectId" --output tsv
9191
9292
# To retrieve the objectId for an Azure AD user
93-
az ad user show --upn-or-object-id "<yourUPN>" -query "objectId" --output tsv
93+
az ad user show --id "<yourUPN>" --query "objectId" --output tsv
9494
9595
# To retrieve the objectId for an SPN
9696
az ad sp list --query "[?displayName == '<spDisplayName>'].objectId" --output tsv

0 commit comments

Comments
 (0)