I am trying to get user or groups details of any projects and i could not see any API to get this
Hey @devanand.saw ,
Do you need to view the Project Members of a Project? Please can you elaborate the use case, so that we can understand the scenario better.
Hello @Jehan Bhathena , Yes correct, I want to get member of the project and also group of project view project memeber of a project and also group member of the project.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @devanand.saw ,
You'll need to use 2 API's in this use case:
Store all these roles, and pass them as Input in this API https://developer.atlassian.com/cloud/jira/platform/rest/v2/api-group-project-roles/#api-rest-api-2-project-projectidorkey-role-id-get, the output will show you if the member if a Group or User
atlassian-group-role-actor
atlassian-user-role-actor
Similar answer can be found here https://community.atlassian.com/t5/Jira-Software-questions/How-to-get-users-assigned-to-Jira-Project-and-their/qaq-p/2219936#M238087
If this helps please mark this thread as Accepted so that it's more visible to the other community members.
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.