Skip to main content
Version: 4.0.2

Update group verification request

PUT 

/groups-srv/verifications/requests/:id

This API call updates an existing group verification request.

Authentication Requirements:

  • Requires cidaas:groups_write scope
  • Caller must be a member of CIDAAS_ADMINS with role ADMIN, SECONDARY_ADMIN, GROUPFILTER_MANAGER, GROUP_MANAGER, or GROUPSETUP_MANAGER

Updatable Fields:

  • matchCondition: Can be updated
  • filters: Can be updated (completely replaces existing filters)
  • hints: Can be updated

Validation Rules:

  • id: Required in path and request body (must match), verification request must exist
  • matchCondition: Required, must be either "and" or "or"
  • filters: Required, must be a non-empty array
  • Each filter must specify exactly one of groupId or groupType (not both, not neither)
  • All filter validation rules apply (same as create)

Business Rules:

  • Updating a verification request affects all future verifications using that request ID
  • The id field cannot be changed
  • Changes take effect immediately

Request

Responses

OK - Verification request updated successfully