Users Endpoints
A user is an entity that can log into the IoT Platform REST API and/or the IoT Platform Cloud Portal.
When a User is created (Post), he/she is assigned access to a specific Application. A Tenant User belongs to the Tenant Master Application and can also access all the Applications belonging to the Tenant.
Users are awarded permission to access specific actions according to the role assigned to them.
The unique identifier of each IoT Platform user is the assigned email.
IoT Platform provides a variety of API requests for handling users, as follows:
• Users/Post
• Users/Get (List)
• Users/Get (Specific)
• Users/Delete
• Users/Patch or Users/Put
• Users/ResetPassword
• Users/UnblockUser
• Users/ForgotPassword
• Users/UpdatePassword
• Users/ChangePassword
• Users/Invite
• Users/ValidateEmail
• Users/Me