ContentWorkspaceMember

Represents a member of a content library. This object is available in API version 40.0 and later.

Manage library membership from the API.

Supported Calls

create()delete(), query(), retrieve(), update()

Special Access Rules

A user can create/update/delete memberships if they have the Manage Salesforce CRM Content admin perm or the Manage Library permission for the library concerned.

Fields

Field Details
ContentWorkspaceId
Type
reference
Properties
Create, Filter, Group, Sort
Description
ID of the library.
ContentWorkspacePermissionId
Type
reference
Properties
Create, Filter, Group, Nillable, Sort, Update
Description
The id of the library permission or role.
MemberId
Type
reference
Properties
Create, Filter, Group,Namepointing, Sort
Description
ID of the library member (the member is either a user or a group).
MemberType
Type
picklist
Properties
Filter, Group, Nillable,Restricted picklist, Sort
Description
The type of library member. Valid values are:
  • G - Group
  • U - User

Usage

Use this object to create, update, or delete members from a library.