v4

latestOpenAPI 3.0.32026-07-312,317012.2 MB
Project Groups

Return project group users

get/api/v2/workspace/{projectId}/groups/{groupId}/users

Path parameters

projectIdstring required

The ID of the project the group belongs to.

groupIdstring required

The ID of the group to list users for.

Query parameters

offsetnumber

The offset to start from. If you enter 10, it will start from the 10th user.

limitnumber

The number of users to return.

usernamestring

The username to search for.

searchstring

The text string that user email or name will be filtered by.

filter'existingMembers' | 'nonMembers'

Whether to filter the list of returned users. 'existingMembers' will only return existing users in the group, 'nonMembers' will only return users not in the group, undefined will return all users in the organization.

Response

Default Response

totalCountnumber required