-
Notifications
You must be signed in to change notification settings - Fork 33
Description
Description
Group management API URL for the workspace is hardcoded in the corresponding class and looks like this: /api/2.0/preview/scim/v2/Groups.
We need to add users to account-level groups programmatically. The problem is that our SPN doesn't have rights to work with account-level group management API (/api/2.0/accounts/%s/scim/v2/Groups) and we were asked to make requests to the following URL: /api/2.0/account/scim/v2/Groups. And that's not possible due to the hardcoded URL.
I would like to request a possibility to choose URL which we are working with in the group management API so we could make requests to /api/2.0/account/scim/v2/Groups.
Expected behavior
User is able to make requests to /api/2.0/account/scim/v2/Groups via SDK
Is it a regression?
No
Other Information
SDK v.0.42.0