Members

List members

GET/v1/workspaces/{workspaceId}/members

Lists active members in the workspace. A viewer key can call this route. Use query to filter by display name or email.

Authentication

Send your Spark API key with every request. The value is the full bearer token Spark returned when you created the key. See Authentication.

Authorization: Bearer <SPARK_API_KEY>

Path parameters

workspaceId

string

The workspace id.

Query parameters

query

string (optional)

Case-insensitive filter on display name or email.

Was this page helpful?