Workspaceuser

A workspace user [Workspaceuser] defines workspace access control.

XML

SOAP

REST

Database table

Object

Workspaceuser

oaWorkspaceuser

workspace_user

Supported Commands

Add, Read, Modify

add(), read(), modify(), upsert()

The Workspaceuser object has the following properties:

XML / SOAP

Database

Description

access

access

The access permissions for the user:

  • R - Read-only

  • W - Read/write

  • A - Administrator

created

created

[Read-only] Time the record was created. See Date Fields.

id

id

[Read-only] Unique ID. Automatically assigned by OpenAir.

projectgroupid

projectgroup_id

The ID of the project group if the user was assigned as part of a project group. Mutually exclusive with userid.

updated

updated

[Read-only] Time the record was last updated or modified. See Date Fields.

userid

user_id

The ID of the associated user. Mutually exclusive with projectgroupid.

workspaceid

workspace_id

The ID of the associated workspace.