Workday Accounts Connector

We are using the Workday Accounts connector to aggregate some data. The User Based Security Groups are being mapped to identities accordingly and are not an issue. The Role Based Security Groups I have implemented based on this document: Group Attributes

These Organizational Roles are being aggregated when I manually run them, but are not being mapped to any identities, when they should be.

questions:

  1. Does anybody know what API calls the Workday Accounts connector is calling?
  2. Is there anyway to view the full request (including the body) in the ccg logs?
  3. Is there anyway to view the full response in the ccg logs?
  4. How do I map the organizational roles to identities?

Hi Jason,
The Workday Accounts connector uses Workday’s SOAP API;

By enabling debug logging for the connector and triggering a request, you can view the full request details, including the body, in the CCG logs in SailPoint IdentityNow;

By default, OrganizationRole group object is not part of the out of the box schema. Use createSchema API to create new group schema for your source. And then map it to the identities

3 Likes

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