/update
user account update.
POST
geolytix.xyz/auth/user/update
This endpoint allows you to update the user account information in the ACL. The body of the post contains the name of the role to be updated.
Query Parameters
Name
Type
Description
token
string
An admin user token must be provided with the update post.
Request Body
Name
Type
Description
role
boolean
The role to update. Boolean value is the new value for the role.
string
The email of the user account to be updated.
Last updated