Skip to content

Latest commit

 

History

History
60 lines (56 loc) · 726 Bytes

File metadata and controls

60 lines (56 loc) · 726 Bytes
description Automatically generated file. DO NOT MODIFY
mgc users create --body '{
\
  "displayName": "John Smith",
\
  "identities": [
\
    {
\
      "signInType": "userName",
\
      "issuer": "contoso.com",
\
      "issuerAssignedId": "johnsmith"
\
    },
\
    {
\
      "signInType": "emailAddress",
\
      "issuer": "contoso.com",
\
      "issuerAssignedId": "jsmith@yahoo.com"
\
    },
\
    {
\
      "signInType": "federated",
\
      "issuer": "facebook.com",
\
      "issuerAssignedId": "5eecb0cd"
\
    }
\
  ],
\
  "passwordProfile" : {
\
    "password": "password-value",
\
    "forceChangePasswordNextSignIn": false
\
  },
\
  "passwordPolicies": "DisablePasswordExpiration"
\
}
\
'