patch https://yoursubdomain.workbright.com/api/admins/
Change or clear field(s) of an existing admin. Returns an admin object.
JSON Schema for Body
Use the same JSON schema as documented in the Create Admin API. You do not have to supply all fields – only data which you provide will be updated. To clear a field, pass null
.
422 Errors
Occur in the same scenarios as creating an admin, plus in the additional scenario in which a required field is attempted to be set to null
.