post
https://{amsServer}/{amsAppName}/api/v2/person/save
Creates or updates a user account. Provides more control than the v1 user endpoints, including the ability to set the active flag.
To create a new user, set id to -1. To update an existing user, provide their numeric ID.
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
200Returns the saved person object, including the assigned id and an __mtime__ value required for any later update. Date formats: the returned dateOfBirth is in yyyy-MM-dd format. Error semantics: AMS returns HTTP 200 for both success and failure — always inspect the response body rather than relying on the status code.
