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
}
]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
}
]Builder authentication and authorization
A unique identifier for the API Client making a request
List of project members
Unique identifier for the member
Username of the member
Email address of the member
Full name of the member
Role of the member
Whether the member has completed onboarding
Was this page helpful?