Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The example (from schema) and example on get-identity-ownership-details differ #39

Open
drosenbauer opened this issue Oct 5, 2023 · 1 comment

Comments

@drosenbauer
Copy link

https://developer.sailpoint.com/idn/api/beta/get-identity-ownership-details

The examples differ on object content (list vs. object, [ vs {, etc).

The first example is:

{
  "associationDetails": [
    {
      "associationType": "ROLE_OWNER",
      "entities": {
        "id": "b660a232f05b4e04812ca974b3011e0f",
        "name": "Gaston.800ddf9640a",
        "type": "ROLE"
      }
    }
  ]
}

The second example is:

{
  "associationDetails": {
    "associationType": "ROLE_OWNER",
    "entities": [
      {
        "id": "b660a232f05b4e04812ca974b3011e0f",
        "name": "Gaston.800ddf9640a",
        "type": "ROLE"
      }
    ]
  }
}
@tyler-mairose-sp
Copy link
Member

Hello @drosenbauer!

Looking at the schema and actually calling the endpoint results in a completely different schema than the api specifications describe. I have created a internal ticket for us to track this and I will update this thread with the progress.

IDNARSENAL-20564

developer-relations-sp added a commit that referenced this issue Sep 12, 2024
NEROCKET-1060 added get system role paths.' by github action: 10836548087
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants