I am wondering if you have an API that provides any of the following functionality:
* List all of the Microsoft Active Directories added to Crowd, and search them for a specific user (by name and/or email address)
* List all of the Delegated Authentication Directories added to Crowd, and add a new user to them (user, email, password, ...)
* Edit (add, remove) the group memberships of a specific user in a specific Delegated Authentication Directory
You see, I would like to do some of these tasks programmatically. Please point me to the documentation if you provide any of this functionality through an API.
Community moderators have prevented the ability to post new answers.
Hey Alexander,
I believe you could take a look at this document : REST - https://developer.atlassian.com/display/CROWDDEV/Crowd+REST+Resources
SOAP - https://developer.atlassian.com/display/CROWDDEV/SOAP+API
I could not find any method that would be able to search for a particular directory :(. However you should be able to find methods to add a user to the directory and search for a user.
There are a bunch of feature requests that you might be interested in :
http://jira.atlassian.com/browse/CWD-1136
http://jira.atlassian.com/browse/CWD-1308
http://jira.atlassian.com/browse/CWD-1179
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.