Closed wcarson closed 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).
/cc/apps/:id
{ "id": "24238", "appId": "1198", ... "owner": { "id": "378284", "name": "Wayne Carson Admin" }, ... }
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
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).