sailpoint-oss / golang-sdk

MIT License
9 stars 3 forks source link

Add V2 or CC Identities API to SDK #29

Closed wcarson closed 1 year ago

wcarson commented 1 year ago

There is currently no way to find/get an Identity by legacy (numeric) ID. This is required for endpoints like /cc/apps which return owner information using the legacy ID (see "owner" attribute below from /cc/apps/:id response).

{
  "id": "24238",
  "appId": "1198",
  ...
  "owner": {
    "id": "378284",
    "name": "Wayne Carson Admin"
  },
  ...
}
tyler-mairose-sp commented 1 year ago

This is fixed in https://github.com/sailpoint-oss/golang-sdk/commit/2f6c956cb8b9cfc13634c55d63a503951f673669 and released in https://github.com/sailpoint-oss/golang-sdk/releases/tag/v1.0.3