Community Announcements have moved! To stay up to date, please join the new Community Announcements group today. Learn more
×Here's an example of how to use the expand parameter.
GET /rest/api/user?username=exampleuser&expand=profilePicture,groupMemberships
Unfortunately, there isn't a whole lot of documentation with examples for confluence. I usually have confluence and Jira together, so the rest api on Jira can provide the email and active status by default. Another way, I get the information as well is querying the DB.
Perhaps expand=status,e-mail will work?
expand=status works in our system. The email is the username in our case so all the information would be there. However, if the email is not the user name, there appears to be no such expandable field (at least not in our environment).
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.