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
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.