User Management
User management methods in JSON-RPC API
A user is a login for a person on the console to allow that person to navigate the Management Console dashboard or to use JSON-RPC API's themselves.
Below is the list of primary methods that let you manage users.
- Adding a new user (the AddUser method)
- Getting a list of users for a company (the EnumerateUsers method)
- Getting user information (the GetUserInfo method)
- Getting user information (by User ID) (the GetUserInfoById method)
- Getting a list of user roles (the EnumerateUserRoles method)
- Changing the properties of a user (the ModifyUser method)
- Removing a user (the RemoveUser method)
You can identify other user management methods in the schema by the word User in their names.
Updated 27 days ago