Hello everyone!
I'm hoping someone out there has played around with the API enough to have come across this:
I'm trying to programatically create an SSO User group, imported from our SSO (via PSC & AD integration) source.
I've been digging in the API docs, and I've found the "importUsers" REST function (POST /api/auth/sources/{id}/users)
However in searching the entire API doc, I can find no "importUserGroups" function of any kind.
I'm trying to create these SSO group type objects so that the end users (once configured) can simply log in (and would be tying the group to a custom group build for them)
Has anyone figured out a way to REST call and create a SSO user group?
Thanks!