Discussions
REST API - updating a user
over 1 year ago by Max
Hi - I'm wondering if it's possible to update a user's disabled flag, effective date, or expiration date using the REST API.
GET api/user
{ ... "IsDisable": false, "EffectiveDate": "1999-12-31T00:00:00", "ExpirationDate": "2022-01-01T00:00:00" ... }
I see there's no corresponding PUT for this endpoint in EMS. Is there another way to update these fields? Thanks!