Was this helpful?
Retrieves all users in the specified workspace
GET /workspaces/{workspaceId}/users HTTP/1.1 Host: api.laminar.run Authorization: Bearer JWT Accept: */*
Users retrieved successfully
text
Adds a user to the specified workspace with a role
OWNER
ADMIN
MEMBER
GUEST
POST /workspaces/{workspaceId}/users HTTP/1.1 Host: api.laminar.run Authorization: Bearer JWT Accept: */*
User added to workspace successfully
No content
Removes a user from the specified workspace
DELETE /workspaces/{workspaceId}/users HTTP/1.1 Host: api.laminar.run Authorization: Bearer JWT Accept: */*
User removed from workspace successfully