Valyourise Logo

ValYouRise

DevelopmentApi

List workspace members

Lists workspace memberships that the authenticated caller is allowed to inspect or administer.

GET
/api/workspaces/{workspaceId}/members

Lists workspace memberships that the authenticated caller is allowed to inspect or administer.

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