SCIM 2.0 Connector Support for 409 (Conflict) PUT

Hi all - does anyone know if the SCIM 2.0 connector automatically handles a 409 (Conflict) on a PUT for modifying group membership? So if they have an outdated version number of the group they’re modifying membership, the connector should refetch and retry.

| 409 (Conflict) | POST, PUT,    | The specified version number     |
|                | PATCH, DELETE | does not match the resource's    |
|                |               | latest version number, or a      |
|                |               | service provider refused to      |
|                |               | create a new, duplicate          |
|                |               | resource.                        |

RFC 7644 - System for Cross-domain Identity Management: Protocol