REST API to get all active users which belong to no group or team
I use the REST API call to retrieve all active users.
Can you tell me the query syntax to select a subset of users that do not belong to any group or team ?
Please sign in to leave a comment.
I'm Lena from Youtrack. I will be happy to help you.
All users are default members of the `Registered Users` group, so technically, no users are not added to any group. If you know a list of the groups you wish to check, you can use the following query: `not in: {Project name} and not in: {Project name 2}`