what's the API for getting list of External users of a org in Jira
The Org API to check by directory (havent tested this)
/v2/orgs/{orgId}/directories/{directoryId}/users
https://developer.atlassian.com/cloud/admin/organization/rest/api-group-users/#api-group-users
You can get the list if external users:
Log into admin.atlassian.com.
Go to Security > User security > External users.
Click Export users.
You could also use the User API and query by group (if you've been adding you external users to a specific group)
Regards
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.