Skip to main content
Get members of a project
curl --request GET \
  --url https://sapi.withsutro.com/projects/{projectId}/members \
  --header 'Authorization: Bearer <token>' \
  --header 'x-sutro-api-client: <api-key>'
[
  {
    "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
    "username": "<string>",
    "email": "[email protected]",
    "fullName": "<string>",
    "role": "<string>",
    "onboardingCompleted": true
  }
]

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

Response

List of project members

id
string<uuid>
required

Unique identifier for the member

username
string
required

Username of the member

email
string<email>
required

Email address of the member

fullName
string
required

Full name of the member

role
string
required

Role of the member

onboardingCompleted
boolean
required

Whether the member has completed onboarding