Workspace members

List workspace members

GET
/workspaces/{workspaceId}/members

Authorization

API key Workspace members: read
AuthorizationBearer <token>

API key (sf_...) with any of the required scopes. Generate it in the Spotflow portal on the settings page.

In: header

Scope: Workspace members: read

Path Parameters

workspaceId*string
Formatuuid

Response Body

application/json

curl -X GET "https://example.com/workspaces/497f6eca-6276-4993-bfeb-53cbbbba6f08/members"
[  {    "subjectId": "68460e63-0717-47f9-8fd8-d28f152cb30b",    "email": "string",    "createdAt": "2019-08-24T14:15:22Z",    "isCreator": true  }]