Zendesk integration and access request error

Hi,

We are facing the below error when we are doing an access Request for Zendesk source

/////////////////////////////////////////
sailpoint.connector.InvalidRequestException: [ InvalidRequestException ] [ Error details ] Invalid request received to Zendesk System. Status: 400, Output: { “error”: { “title”: “Invalid attribute”, “message”: “You passed an invalid value for the user.custom_role_id attribute. Invalid parameter: user.custom_role_id must be an integer from api/v2/users/create” } }
/////////////////////////////////////////

Can anyone please help why we are facing this issue and the solution for this.

Thanks,
Ankitha.

I’m looking at the docs for the Zendesk connector. Did you change any of the required account IDs? This doc says to not change them, and if you receive any errors about them you should revert them to their default. This error message looks like you have an issue with the customerAgentRole.

https://documentation.sailpoint.com/connectors/zendesk_accounts/help/integrating_zendesk/account_ididentity_attribute.html

1 Like

Can you verify the request is passing role id and not role value, seems it’s expecting integer value

Hi,

This is solved we have updated the custon role id from string to integer. Its working

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.