Create User
POST
https://graph.microsoft.com/v1.0/users
Body
PARAM
Key |
Datatype |
Required |
Description |
HEADERS
Key |
Datatype |
Required |
Description |
Content-Type
|
string |
|
|
RESPONSES
status
curl -X POST 'https://graph.microsoft.com/v1.0/users' -H 'Content-Type: application/json' -d '{"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!"}'