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.