Fetch all users for a specific workspace
Bearer authorization using your Personal Access Token. Generate a new PAT on your user settings page.
ID of the workspace
Designates which page of results to return. Always starts at 1. If 0 is specified, it defaults to 1.
Determines the number of results on each page. It can't exceed 100.
x <= 100
Organizes the results based on their creation time, either ascending or descending.
asc
, desc
Successfully retrieved the list of workspace users.
A successfully fetched list of results.
Fetch all users for a specific workspace
Bearer authorization using your Personal Access Token. Generate a new PAT on your user settings page.
ID of the workspace
Designates which page of results to return. Always starts at 1. If 0 is specified, it defaults to 1.
Determines the number of results on each page. It can't exceed 100.
x <= 100
Organizes the results based on their creation time, either ascending or descending.
asc
, desc
Successfully retrieved the list of workspace users.
A successfully fetched list of results.