Get current User(s) membership for a Project

Get the Membership context for a given user within a Project via its ID

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Path parameters

project_idstringRequiredformat: "uuid"

Query parameters

user_idstringOptional

Response

Project membership success response
collaboratorboolean or null
ownerboolean or null
team_memberboolean or null
team_rolestring or null

Errors