Skip to main content
Add a member to a project
curl --request PUT \
  --url https://sapi.withsutro.com/projects/{projectId}/members/{memberId} \
  --header 'Authorization: Bearer <token>' \
  --header 'x-sutro-api-client: <api-key>'

Authorizations

Authorization
string
header
required

Builder authentication and authorization

x-sutro-api-client
string
header
required

A unique identifier for the API Client making a request

Path Parameters

projectId
string<uuid>
required
memberId
string<uuid>
required

Response

Member added successfully