Update Certification Result
Add decisions and notes to a certification result
Apply a decision, note, sign-off, or reviewer change to a numbered certification result.
Each row of the certification results can be annotated, marked as ACCEPTED, or REJECTED, signed-off, or assigned to a different reviewer.
{{base_url}}/api/preview/awf/certifications/{certification_id}/results
value must include the result_id and any mutable fields to update:
Valid decisions are:
NONE // No decision has been made
ACCEPTED // The access described in the result row is acceptable
Adding a note overwrites the previous value. Historical notes are included in the action log when . When viewing the row in the UI, only the most recent note is shown.
Re-assigning reviewers
A result’s reviewer can be reassigned by updating the reviewers field with a list of one or more Access Workflow User objects:
Note that all fields are required when assigning a reviewer. As of the current release, there is no customer-facing API to get local user ids. For this reason, API-based reviewer reassignment is recommended only when a graph IdP is configured as the , and you can programmatically retrieve required identifiers such as user "name," "id," and "email."
Reject with note
Change the reviewer to a Custom IdP user
Assign a local user as a reviewer
A successful response will be empty: {}.