Tool to retrieve a list of users within a specified workspace. Use when you need to enumerate users, filter by roles, or check user status in a workspace.
rolesarrayFilter by specific workspace roles. Valid values: 'tester', 'manager', 'viewer'. Multiple roles can be specified.
enabledbooleanFilter by user status. If true, returns only enabled users; if false, only disabled users. Omit to return all users regardless of status.
textFilterstringFilter the returned user list to match user email addresses containing this string.
workspaceIdRequiredintegerThe numeric ID of the workspace to retrieve users from. Obtain this from the GET_WORKSPACES action.
excludeRolesarrayExclude users with specific workspace roles. Valid values: 'tester', 'manager', 'viewer'.
dataRequiredData from the action execution
errorstringError if any occurred during the execution of the action
successfulRequiredbooleanWhether or not the action execution was successful or not
API key connection. Risk level 2 of 5.
Free Action
No published Skills explicitly reference this Action yet.