WorkSpaceDto

A Workspace represents a single business subscription to the ProjectManager.com service. You
can be a member of multiple Workspaces. Each Workspace is completely separate from all other
Workspaces and a user cannot log in to multiple Workspaces at the same time.

Fields

FieldDescription
id
uuid
required
The unique identifier of this Workspace.
company
string
optional
The name of this Workspace.
customProductDomain
string
optional
The unique DNS domain of this Workspace.
customerId
uuid
optional
TODO - What is this value?
isOwner
boolean
required
This value is set to true if the user who retrieves this Workspace object via an API call is
the owner of this Workspace.
organizationId
string
optional
The organization code used for authentication systems for this Workspace.
color
string
optional
The RGB color in the format #RRGGBB for this Workspace.
roleName
string
optional
The role of the current user within this Workspace.
registerDate
date-time
required
The timestamp when the Workspace was created.
isInviteAccepted
boolean
required
True if the user has accepted an invitation to this Workspace.
businessUserId
uuid
optional
The unique identifier of the BusinessUser that is the owner of this Workspace.
isPaid
boolean
required
True if this Workspace has an active subscription; false if this is a free trial.