members
Resume aggregation
This endpoint answers the challenges needed when a member has been challenged by multi-factor authentication.
put/users/{user_guid}/members/{member_guid}/resume
Path parameters
member_guidstring required
The unique id for a member.
user_guidstring required
The unique identifier for a user, beginning with the prefix USR-.
Request body
Example request
{
"member": {
"challenges": [
{
"guid": "CRD-27d0edb8-1d50-5b90-bcbc-be270ca42b9f",
"value": "password"
}
]
}
}Response
Accepted