Remove all of my authentication factors
POST {{HOST}}/admin/v1/MyAuthenticationFactorsRemover
Prerequisties for this: - Use the 'Obtain ME access_token' to obtain a valid access token. - Use 'Get my information' to obtain the user 'id' value.
In the request, you must include the value of the {{userId}} returned in 'Get my information'.
Request Body
{"user"=>{"value"=>"{{userId}}"}, "schemas"=>["urn:ietf:params:scim:schemas:oracle:idcs:AuthenticationFactorsRemover"]}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Authorization | string |
RESPONSES
status: Created
{"user":{"value":"a0c637d13a52494c8374dd8a3dda949f","$ref":"https://example.identitycloud.com/admin/v1/Users/a0c637d13a52494c8374dd8a3dda949f"},"schemas":["urn:ietf:params:scim:schemas:oracle:idcs:AuthenticationFactorsRemover"],"meta":{"resourceType":"MyAuthenticationFactorsRemover","location":"https://example.identitycloud.com/admin/v1/MyAuthenticationFactorsRemover"}}