DevelopmentApi
List workspace members
Lists workspace memberships that the authenticated caller is allowed to inspect or administer.
Lists workspace memberships that the authenticated caller is allowed to inspect or administer.
Authorization
patAuth PAT<token>
Personal Access Token
In: header
Path Parameters
workspaceId*string
Response Body
application/json
curl -X GET "https://loading/api/workspaces/string/members"[
{
"$id": "string",
"organizationId": "string",
"workspaceId": "string",
"userId": "string",
"role": "workspace_admin",
"managerUserId": "string",
"active": true,
"invitedViaInviteId": "string"
}
]Empty