Get User's System Status by User ID
{ getUserStatusById }
Gets the user's status in the system.
Method
/API3/access/getUserStatusById
- Enterprise Admin
- Domain Admin
Input Parameters
Name
userId
Type
string
Description
The system user ID
Output Response
Successful Result Code
200
Response Type
string
Description of Response Type
Enabled/Disabled flag
Notes
Used with the 'toggleEnableUser' method.
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