These docs are for v20.3.44. Click to read the latest docs for v20.3.186.

Discussions

Ask a Question
Back to All

REST API - updating a user

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!