Skip to main content
PATCH
Update Team Member

Authorizations

Authorization
string
header
required

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

Headers

authorization
string | null
X-API-Key
string | null

Path Parameters

team_id
string<uuid>
required
membership_id
string<uuid>
required

Body

application/json
can_access_experiments
boolean | null
can_export_data
boolean | null
can_manage_billing
boolean | null
can_manage_experiments
boolean | null
can_manage_members
boolean | null
can_manage_sessions
boolean | null
can_view_private_votes
boolean | null
can_vote
boolean | null
role
enum<string> | null
Available options:
owner,
admin,
builder,
analyst,
evaluator

Response

Successful Response

can_access_experiments
boolean
required
can_export_data
boolean
required
can_manage_billing
boolean
required
can_manage_experiments
boolean
required
can_manage_members
boolean
required
can_manage_sessions
boolean
required
can_view_private_votes
boolean
required
can_vote
boolean
required
created_at
string<date-time>
required
membership_id
string<uuid>
required
role
enum<string>
required
Available options:
owner,
admin,
builder,
analyst,
evaluator
team_id
string<uuid>
required
user_id
string<uuid>
required
username
string
required
capabilities
Capabilities · object
email
string | null
is_owner
boolean
default:false