You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
Hi,
I'm trying to add group adninistrators to Crowd Datacenter using this REST API call:
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
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.