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"
}
]
}'

4 Replies
we will get back to you in a while
@Swarnika any updates on this?
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.