Response ‒ Users/Invite
The response contains the same properties as the Users/Post response, including the userId that is automatically generated by IoT Platform .
Example JSON Users/Invite Response
Status 200 – OK
{
“@odata.context”: “https://stg-axonizeapi-axonize.stg-ase-axonize.p.azurewebsites.net/odata/$metadata#UserEntity/$entity”,
“email”: ” demoUser@axonize.com”,
“username”: ” demo”,
“tenantId”: “5851631d4e41921234567890”,
“role”: “admin”,
“mobilePhone”: null,
“cultureInfo”: null,
“favouriteReports”: [],
“status”: “Pending”,
“failedLogins”: 0,
“isScrubbed”: false,
“tokenId”: null,
“id”: “5b680a1fe5cdcf1234567890”,
“appId”: “be517433-c4b8-4748-9258-1b1234567890”,
“createDate”: “2018-08-06T08:43:11.5837318Z”,
“createUser”: null,
“updateDate”: “0001-01-01T00:00:00Z”,
“updateUser”: null
}