Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Importing group administrators into Crowd Datacenter

Robert Szentmihalyi
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
July 25, 2019

Hi,

 

I'm trying to add group adninistrators to Crowd Datacenter using this REST API call:

https://docs.atlassian.com/atlassian-crowd/3.4.4/REST/#admin/1.0/group-level-admin-addGroupAdministrators

I'm not actually sure how to get the GroupId parameter for a certain group via the REST API, but assuming it to be the id column of the cwd_group table, I tried this:

CWD_GROUP_ID="5866320"

### GET /rest/admin/1.0/group-level-admin/{groupId}/admins
curl -X GET -u ${CWD_CRED} -H "Accept: application/json" "${CWD_BASE_URL}/rest/admin/1.0/group-level-admin/${CWD_GROUP_ID}/admins"

However, since I get no response from that command, I tried using PostMan, which reveals that this request yields a 404.

Does anyone have a working example of how to get / add group admins via the Crowd DC REST API?

 

Thanks,

 Robert

 

 

1 answer

0 votes
Gonchik Tsymzhitov
Community Champion
July 25, 2019

Hi! 

as I see you use the GET request instead of POST. 

curl -X GET  

also, don't forget about payload. 

 

also, you can  use the dev tools from your borwser for double check through browser activity

https://developers.google.com/web/tools/chrome-devtools/network/reference

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events