I'm ting to create some groups with crowd rest api
I'm using the endpoint: POST /crowd/rest/group
With the authentication from my application (Jira)
And body: {"name" : "mygroupname", "type" : "GROUP", "description" : "My Group Description","active" : true}
The responso that I got is:
"Unable to authenticate user as there are no directories mapped to the application google-apps"
I'm not using the login from google-apps and don't know why i'm getting this error.
That's because you're not using the right endpoint URI. You must use
/crowd/rest/usermanagement/1/group
Thank you @Bruno Vincent
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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.