10.33 | July 13, 2024
New Manage Users API added to SynXis CRS.
Read more
Activation Status (FEA89730)
We are introducing a new Manage Users API to allow customers the ability to activate/deactivate SynXis Platform user accounts. Access to this API is for Application User accounts only, for customers interested in developing solutions to manage their user accounts. Only a Regular User (non-Application User) account's active status can be managed with this API.
The following endpoint will be available:
PUT | /admin/userActiveStatus |
Sample request body:
{
"username": "testUser",
"active": true,
"expirationDate": "2027-09-21"
}
NOTE: Certification is required to utilize this API. This API is currently for BETA use only and will be available for general release at a future date.