You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Lists all your Scale team members and the projects they are assigned to.
688
+
Returns a dictionary of all teammate assignments with keys as 'emails' of each teammate, and values as a list of project names the teammate are assigned to.
Assigns provided projects to specified teammate emails.
699
+
700
+
Accepts a list of emails and a list of projects.
701
+
702
+
Returns a dictionary of all teammate assignments with keys as 'emails' of each teammate, and values as a list of project names the teammate are assigned to.
Removes provided projects from specified teammate emails.
713
+
714
+
Accepts a list of emails and a list of projects.
715
+
716
+
Returns a dictionary of all teammate assignments with keys as 'emails' of each teammate, and values as a list of project names the teammate are assigned to.
Creates a project group with the provided group_name for the specified project and adds the provided teammate emails to the new project group. The team members must be assigned to the specified project in order to be added to the new group.
print(err.message) # Parameter is invalid, reason: "attachments" is required
665
841
842
+
843
+
666
844
Troubleshooting
667
845
_______________
668
846
669
-
If you notice any problems, please email us at support@scale.com.
847
+
If you notice any problems, please contact our support via Intercom by logging into your dashboard, or, if you are Enterprise, by contacting your Engagement Manager.
0 commit comments