hi all,
i`m trying to get user`s group name for some integration.
how do i get user`s group name using REST API??
I ask for your advice.
Thank you.
@강무호 Welcome to the Atlassian community
This will get you what you are looking for: https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-users/#api-rest-api-3-user-groups-get
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
/rest/api/2/user?accountid=accountid&expand=groups
solved this issue by this way.
thanks all !
Still have a question?
Get fast answers from people who know.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.