I am not getting users based on the project

GET /rest/api/3/project/{projectKeyOrId}/role
i have used this i am getting set of role by hitting that enpoints again i am not getting users list

Hi @DevadharsanK,

The /rest/api/3/project/{projectKeyOrId}/role endpoint is expected to return a list of roles - not users, as per the Get project roles for project documentation.

You can use the URLs returned with the roles to get the list of actors - including their userIds.

I hope this explains. If you’re still stuck, perhaps you can provide a little more information about what data you’re trying to retrieve.

Cheers,
Mel