Create User
POST https://graph.microsoft.com/v1.0/users
Request Body
{"AccountEnabled"=>true, "displayName"=>"hongche.liu", "mailNickname"=>"hongche.liu", "userPrincipalName"=>"hongche.liu@japancv.com", "mail"=>"hongche.liu@japancv.com", "onPremisesImmutableId"=>"hongche.liu@japancv.com", "password"=>"Welcome2023!"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string |