We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
fetch_users(**kwargs)
get_workspaces() - Get all workspaces.
get_workspaces()
create_workspace(name, kind, description) - Create workspace with the given name, kind and description.
create_workspace(name, kind, description)
add_users_to_workspace(workspace_id, [user_ids], kind) - Add given users of the given kind to the given workspace.
add_users_to_workspace(workspace_id, [user_ids], kind)
delete_users_from_workspace(workspace_id, [user_ids]) - Delete given users from the given workspace.
delete_users_from_workspace(workspace_id, [user_ids])
add_teams_to_workspace(workspace_id, [team_ids]) - Add given teams to the given workspace.
add_teams_to_workspace(workspace_id, [team_ids])
delete_teams_from_workspace(workspace_id, [team_ids]) - Delete given teams from the given workspace.
delete_teams_from_workspace(workspace_id, [team_ids])