These endpoints provide methods to add, edit, and delete account related data
Register a new application user.
​ | ​ |
Method |
|
Uri |
|
Authorization |
|
Confirm the registered email using the confirmation token.
​ | ​ |
Method |
|
Uri |
|
Authorization |
|
Get the list of application users. Optionally filter it by status (active
| suspended
)
​ | ​ |
Method |
|
Uri |
|
Authorization |
|
Get a user by user Id. Only administrator would be able to call this endpoint for other user Id. The rest would only be accepted if the supplied userId
is of the current user.
​ | ​ |
Method |
|
Uri |
|
Authorization |
|
Get a user by its email. Only administrator would be able to call this endpoint for other user email. The rest would only be accepted if the supplied email
is of the current user.
​ | ​ |
Method |
|
Uri |
|
Authorization |
|
Get the current user data.
​ | ​ |
Method |
|
Uri |
|
Authorization |
|
Update user profile (i.e. First Name and Last Name). Only administrator would be able to call this endpoint for other user Id. The rest would only be accepted if the supplied userId
is of the current user.
​ | ​ |
Method |
|
Uri |
|
Authorization |
|
Delete a user.
​ | ​ |
Method |
|
Uri |
|
Authorization |
|
Suspend a user to prevent her to login into the application.
​ | ​ |
Method |
|
Uri |
|
Authorization |
|
Reactivate a suspended user to allow her to regain access to the application.
​ | ​ |
Method |
|
Uri |
|
Authorization |
|
Update a user password. Only administrator would be able to call this endpoint for other user Id. The rest would only be accepted if the supplied userId
is of the current user.
​ | ​ |
Method |
|
Uri |
|
Authorization |
|
Request for a reset password token to be sent to user email address.
​ | ​ |
Method |
|
Uri |
|
Authorization |
|
Update user's password by specifying the request password token.
​ | ​ |
Method |
|
Uri |
|
Authorization |
|
Set role of the user. Available roles are: Administrator
, Basic
, or Guest
​ | ​ |
Method |
|
Uri |
|
Authorization |
|