Skip to content

[FEATURE] Hardcoded group management API URL for the workspace #422

@evil-face

Description

@evil-face

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions