RemoveUserFromRecordTeam Action

Removes a user from the auto created access team for the specified record.

Bound Entities

Bound actions are invoked by appending the fully qualified action name to the URI representing an entity or collection.

Entity Type Binding Type
systemuser entity

Parameters

Parameters allow for data to be passed to the action.

Name Type Nullable Unicode Description
Record
crmbaseentity False True

The record for which the access team is auto created.

TeamTemplate
teamtemplate False True

The team template which is used to create the access team.

Return Type

Type Nullable Description
RemoveUserFromRecordTeamResponse False The RemoveUserFromRecordTeam action returns the following value.

Entities

Use the RemoveUserFromRecordTeam action with these entity types:

Name Display Name Description
teamtemplate Team template Team template for an entity enabled for automatically created access teams.

See also