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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.