Can you please clarify which attributes do you whish? Actually Crowd does not generate reports but I guess you can try export a CSV file informing all users as explained here:
https://confluence.atlassian.com/display/CROWD/Importing+Users+from+CSV+Files
Also, you can run this sql query at Crowd database to list all your crowd users:
select * from cwd_user
Cheers,
Bernardo
I have not tested this yet, but perhaps you may try Crowd REST API to get these data that you require: https://developer.atlassian.com/display/CROWDDEV/Crowd+REST+APIs
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
It's a custom attribute. I've been able to get the data from a SQL query...not optimal, but I guess it is what it is.
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.