I want to get the users list for a particular project is there an option other than groups, to fetch the users list with their email ID
Hi @[deleted] -- Welcome to the Atlassian Community!
You may find the user list with calls to the REST API. For example:
To find users who could be assigned to issues in a project: https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-user-search/#api-rest-api-3-user-assignable-search-get
For other types of user searches, please see this one: https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-user-search/#api-rest-api-3-user-search-query-get
Kind regards,
Bill
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.