Suresh - ELMO - Hi, I am experiencing another i...

Hi, I am experiencing another issue around import groups. When payload of this API contains the existing groups, it throws 500 without any helpful error message. I am using typescript SDK. First time I ran below API worked but subsequent API call is throwing 500, Is this expected behavior? curl --location '<host>/api/rest/2.0/groups/import' \ --header 'Accept: application/json' \ --header 'Content-Type: application/json' \ --header 'Authorization: Bearer <token>' \ --data '{ "delete_unspecified_groups": false, "dry_run": false, "groups": [ { "display_name": "abc", "group_identifier": "RandomGroup", "type": "LOCAL_GROUP", "visibility": "SHARABLE" } ] }'
No description
4 Replies
Swarnika
Swarnika3mo ago
we will get back to you in a while
Suresh - ELMO
Suresh - ELMOOP3mo ago
@Swarnika any updates on this?
Swarnika
Swarnika3mo ago
We need following details Customer name: Cluster version: Cluster name: We tried the same payload that you gave and it is working on the current version for us.
Suresh - ELMO
Suresh - ELMOOP3mo ago
Cluster URL: https://elmosoftware-dev.thoughtspot.cloud/ Version: 10.10.0.cl

Did you find this page helpful?