User Management (v3) REST Endpoints
User Management (v3)
- Create/Update Company
- Method: postPath:
/cloudapi/restapi/v3/user/companies/add-list
- Create/Update users
- Method: postPath:
/cloudapi/restapi/v3/user
- Enable/Disable users
- Method: putPath:
/cloudapi/restapi/v3/user/change-status
- Export a Job's failed users
- Method: getPath:
/cloudapi/restapi/v3/user/status/{jobId}/draft
- Export a Job's log
- Method: getPath:
/cloudapi/restapi/v3/user/status/{jobId}/log
- Get all Users
- Method: getPath:
/cloudapi/restapi/v3/user
- Get Job status
- Method: getPath:
/cloudapi/restapi/v3/user/status/{jobId}
- Get User
- Method: getPath:
/cloudapi/restapi/v3/user/{userId}
- Reset a User password (Random Value)
- Method: putPath:
/cloudapi/restapi/v3/user/{userId}/auto-reset-pwd
- Reset Users passwords (Known Value)
- Method: putPath:
/cloudapi/restapi/v3/user/manual-reset-pwd/{isEmailPasswd}
- Reset Users passwords (Random Value)
- Method: putPath:
/cloudapi/restapi/v3/user/auto-reset-pwd
- Unlock Users
- Method: putPath:
/cloudapi/restapi/v3/user/change-lock