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
ownerboolean
team_memberboolean
team_rolestring

Errors

401
Unauthorized Error
404
Not Found Error