Get apps assigned Users

Hello,

I try to get the users assigned by application
but I have only been able to get the list of users, but it does not have the applications to which they have access.

[image]

https://developer.atlassian.com/cloud/jira/platform/rest/v2/api-group-users/#api-rest-api-2-users-search-get

Hello @ErnestoGastnPrezAsto

That v2 REST API endpoint can’t tell you what ‘applications’ are assigned to a user, so it’s behaving exactly as expected.

Mm how could i get that information by api?

If by ‘applications’ you mean Atlassian products, you need to use the Cloud Admin REST APIs, specifically the Get users in an organization endpoint.