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.
667
+
Returns a dictionary of all teammate assignemnts with keys as 'emails' of each teammate, and values as a list of project names the teammate is assigned to.
Assigns provided projects to specified teammate emails.
678
+
679
+
Accepts a list of emails and a list of projects.
680
+
681
+
Returns a dictionary of all teammate assignemnts with keys as 'emails' of each teammate, and values as a list of project names the teammate is assigned to.
Removes provided projects from specified teammate emails.
692
+
693
+
Accepts a list of emails and a list of projects.
694
+
695
+
Returns a dictionary of all teammate assignments with keys as 'emails' of each teammate, and values as a list of project names the teammate is 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
644
820
821
+
822
+
645
823
Troubleshooting
646
824
_______________
647
825
648
-
If you notice any problems, please email us at support@scale.com.
826
+
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