Symptom
Issue with provisioning users and groups into SAP CPQ from IAS/IPS using SCIM API V2. When attempting to pass an email to the emails field in the CPQ system, the system returned a 400 error with the message: "The field Value must match the regular expression '[A-Za-z0-9._%+-]+@[A-Za-z0-9.-]+\\\\.[A-Za-z]{2,4}'."`
Environment
SAP CPQ
Reproducing the Issue
- Retrieve information about an existing user using the GET method: api/scim/v2/users/
- Modify the email address in the response from step 1 and use a different domain (e.g. name@mail.mail).
- Submit the modified response using the PUT method: api/scim/v2/users/
- Observe the 400 error with the message: `"The field Value must match the regular expression '[A-Za-z0-9._%+-]+@[A-Za-z0-9.-]+\\\\.[A-Za-z]{2,4}'."`
Cause
This is a bug.
Resolution
- ETA for resolution is 2602.
- Unfortunately, there is no workaround.
Keywords
Email, API, Provisioning users, Error, CPQ , KBA , CEC-SAL-CPQ , Sales Cloud CPQ , Known Error
Product
SAP CPQ all versions
SAP Knowledge Base Article - Public