Atrium API
Update User
Use this endpoint to update the attributes of a specific user. Atrium will respond with the updated user object.
Disabling a user means that accounts and transactions associated with it will not be updated in the background by MX. It will also restrict access to that user's data until they are no longer disabled.
PUT
/users/{user_guid}
Request Body
None of these parameters are required, but the user object cannot be empty.
| Field | Required | Type |
|---|---|---|
identifier | Optional | String |
is_disabled | Optional | String |
metadata | Optional | String |
Request sample
Language:sh
Response sample
Language:json