Spaces
Add a member to a space
Add one or more users to a project (Space) with specified roles, such as “admin” or “member.” This allows the new members to participate in and manage the project’s tasks and resources.
POST
Add a new project member
Documentation Index
Fetch the complete documentation index at: https://superthread.com/docs/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Team ID is an alphanumerical string that identifies a Team. This is externally referred to as a "Workspace".
Project ID is a numerical string that identifies a Project. This is externally referred to as a "Space".
Body
application/json
New member details
Response
project member successfully added
Previous
Remove a member from a spaceRevoke a user's access to a specific project (Space) within the team (Workspace).
The user is identified by their unique ID, and their role and permissions in the
project are revoked.
Next
Add a new project member