Description
This article defines the web services for GenRocket User Management that will allow the manager to perform user management operations.
- Add New User
- Update User Information
- Get User Information
- Change Username
- Enable User
- Disable User
- Add Role
- Remove Role
To use GenRocket User Management web services, first, a user needs to login as a manager using login web service.
In This Article
- Parameters
- Manager login curl command (Example)
- URL Request
- API Payload Request (Example)
- OK Payload Response (Example)
Parameters
The following parameters are required in this web service.
username - Defines a unique username which gives existing user with admin role.
password - Defines password to authenticate the existing user in GenRocket Organization.
Manager login curl command (Example)
URL Request
API Payload Request (Example)
OK Payload Response (Example)
The access token is used as X-Auth-Token for sessionId verification in other web services adding in the Request Header.