Update users
{ updateUsers }
Updates users in the system.
Method
/API3/access/updateUsers
- Enterprise Admin
- Domain Admin
Input Parameters
Name
userList
Object Type
Description
Represents a user to be updated in the system
Output Response
Successful Result Code
200
Response Type
Description of Response Type
Generic API response object with success or failure flag and related messages.
Examples
Code Snippets
Use the Authentication API methods to generate an access 'key' or 'token' for use in code as shown below.
TypeScript
Curl
Java
C#
Python
PHP