Atrium API
Update Member
Use this endpoint to update a member's attributes. Only the credentials, identifier, and metadata parameters can be updated. To get a list of the required credentials for the member, use the list member credentials endpoint.
MFA challenges should be updated via the resume aggregation endpoint and not by updating a member.
PUT
/users/{user_guid}/members/{member_guid}
Request Body
| Field | Required | Type |
|---|---|---|
background_aggregation_is_disabled | Optional | Boolean |
credentials | Optional | String |
identifier | Optional | String |
metadata | Optional | String |
Request sample
Language:sh
Response sample
Language:json