-
Notifications
You must be signed in to change notification settings - Fork 53
Users Resource
chdastolfo edited this page Dec 10, 2022
·
1 revision
-
fetch_users(**kwargs)
- Fetch user information associated with an account. See Monday API docs for a list of accepted keyword arguments.
-
get_workspaces()
- Get all workspaces. -
create_workspace(name, kind, description)
- Create workspace with the given name, kind and description. -
add_users_to_workspace(workspace_id, [user_ids], kind)
- Add given users of the given kind to the given workspace. -
delete_users_from_workspace(workspace_id, [user_ids])
- Delete given users from the given workspace. -
add_teams_to_workspace(workspace_id, [team_ids])
- Add given teams to the given workspace. -
delete_teams_from_workspace(workspace_id, [team_ids])
- Delete given teams from the given workspace.