Skip to main content
GET
Get project member

Autorizaciones

Authorization
string
header
requerido

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

Parámetros de ruta

project_id
string<uuid>
requerido
profile_id
string<uuid>
requerido

Respuesta

Successful Response

Schema for member information including their role in the project.

id
string<uuid>
requerido

Unique identifier for the profile

email
string
requerido

Member's email address

role
Role · object
requerido

Member's role in the project with permissions

added_at
string<date-time>
requerido

Timestamp when the member was added

first_name
string | null

Member's first name

last_name
string | null

Member's last name