Create Or Update User Project Membership
Authentication
Bearer authentication of the form Bearer <token>, where token is your auth token.
Path parameters
Headers
Request
Role to apply. Optional — when omitted, a default role is applied based on the target user’s workspace access: users who can edit all projects become a Manager, guest users become a Guest, and everyone else becomes an Editor. When updating an existing member, omitting the role leaves their current role unchanged.
Response
True if the API call succeeded; false otherwise.