sailpoint-oss / golang-sdk

MIT License
9 stars 3 forks source link

Beta Get Identity method has incorrect path ID replacement #27

Closed wcarson closed 1 year ago

wcarson commented 1 year ago

The beta GetIdentity method incorrectly replaces the ID path parameter resulting in "identity not found" for any request.

https://github.com/sailpoint-oss/golang-sdk/blob/814d141b78156f1a0eea2cba31a40f63f5b01179/beta/api_identities.go#L225-L226

Line 226 should replace "{id}", not "{identityId}"

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