> ## Documentation Index
> Fetch the complete documentation index at: https://docs.superoffice.com/llms.txt
> Use this file to discover all available pages before exploring further.

# SuperOffice.WebApi.Data.FunctionRightStrings

# <a id="SuperOffice_WebApi_Data_FunctionRightStrings" /> Class FunctionRightStrings

Namespace: [SuperOffice.WebApi.Data](SuperOffice.WebApi.Data.md)\
Assembly: SuperOffice.WebApi.dll

```csharp theme={null}
public static class FunctionRightStrings
```

#### Inheritance

[object](https://learn.microsoft.com/dotnet/api/system.object) ←
[FunctionRightStrings](SuperOffice.WebApi.Data.FunctionRightStrings.md)

#### Inherited Members

[object.ToString()](https://learn.microsoft.com/dotnet/api/system.object.tostring),
[object.Equals(object)](https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals\(system-object\)),
[object.Equals(object, object)](https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals\(system-object-system-object\)),
[object.ReferenceEquals(object, object)](https://learn.microsoft.com/dotnet/api/system.object.referenceequals),
[object.GetHashCode()](https://learn.microsoft.com/dotnet/api/system.object.gethashcode),
[object.GetType()](https://learn.microsoft.com/dotnet/api/system.object.gettype),
[object.MemberwiseClone()](https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone)

## Fields

### <a id="SuperOffice_WebApi_Data_FunctionRightStrings_AdminAll" /> AdminAll

General admin rights, gives access to all panels of the admin client

```csharp theme={null}
public const string AdminAll = "admin-all"
```

#### Field Value

[string](https://learn.microsoft.com/dotnet/api/system.string)

### <a id="SuperOffice_WebApi_Data_FunctionRightStrings_AdminAudience" /> AdminAudience

Admin rights for audience

```csharp theme={null}
public const string AdminAudience = "admin-audience"
```

#### Field Value

[string](https://learn.microsoft.com/dotnet/api/system.string)

### <a id="SuperOffice_WebApi_Data_FunctionRightStrings_AdminDashboard" /> AdminDashboard

Can pin dashboards to others

```csharp theme={null}
public const string AdminDashboard = "admin-dashboard"
```

#### Field Value

[string](https://learn.microsoft.com/dotnet/api/system.string)

### <a id="SuperOffice_WebApi_Data_FunctionRightStrings_AdminEmailFlow" /> AdminEmailFlow

Can an create and save a flow, can edit a flow, can run a flow, can create, edit, delete flow assets, can cancel a flow.

```csharp theme={null}
public const string AdminEmailFlow = "admin-email-flow"
```

#### Field Value

[string](https://learn.microsoft.com/dotnet/api/system.string)

### <a id="SuperOffice_WebApi_Data_FunctionRightStrings_AdminEmailFlowAssets" /> AdminEmailFlowAssets

Can create a new flow and save it. Edit button disabled, Run button disabled, cancel flow in task menu disabled. Can add, edit, delete flow assets..

```csharp theme={null}
public const string AdminEmailFlowAssets = "admin-email-flow-assets"
```

#### Field Value

[string](https://learn.microsoft.com/dotnet/api/system.string)

### <a id="SuperOffice_WebApi_Data_FunctionRightStrings_AdminImport" /> AdminImport

Import admin rights, gives access to the Import panel of the admin client

```csharp theme={null}
public const string AdminImport = "admin-import"
```

#### Field Value

[string](https://learn.microsoft.com/dotnet/api/system.string)

### <a id="SuperOffice_WebApi_Data_FunctionRightStrings_AdminLists" /> AdminLists

List admin rights, gives access to the Lists panel of the admin client

```csharp theme={null}
public const string AdminLists = "admin-lists"
```

#### Field Value

[string](https://learn.microsoft.com/dotnet/api/system.string)

### <a id="SuperOffice_WebApi_Data_FunctionRightStrings_AdminPreferences" /> AdminPreferences

Preferences admin righst, gives access to the Preferences panel of the admin client

```csharp theme={null}
public const string AdminPreferences = "admin-preferences"
```

#### Field Value

[string](https://learn.microsoft.com/dotnet/api/system.string)

### <a id="SuperOffice_WebApi_Data_FunctionRightStrings_AdminProducts" /> AdminProducts

Products admin righst, gives access to the Products panel of the admin client

```csharp theme={null}
public const string AdminProducts = "admin-products"
```

#### Field Value

[string](https://learn.microsoft.com/dotnet/api/system.string)

### <a id="SuperOffice_WebApi_Data_FunctionRightStrings_AdminQuote" /> AdminQuote

Quote admin rights, gives access to the Quote panel of the admin client

```csharp theme={null}
public const string AdminQuote = "admin-quote"
```

#### Field Value

[string](https://learn.microsoft.com/dotnet/api/system.string)

### <a id="SuperOffice_WebApi_Data_FunctionRightStrings_AdminReplication" /> AdminReplication

Replication admin rights, gives access to the area and satellite panel of the admin client

```csharp theme={null}
public const string AdminReplication = "admin-replication"
```

#### Field Value

[string](https://learn.microsoft.com/dotnet/api/system.string)

### <a id="SuperOffice_WebApi_Data_FunctionRightStrings_AdminRole" /> AdminRole

Role admin rights, gives access to the Role panel of the admin client

```csharp theme={null}
public const string AdminRole = "admin-role"
```

#### Field Value

[string](https://learn.microsoft.com/dotnet/api/system.string)

### <a id="SuperOffice_WebApi_Data_FunctionRightStrings_AdminSaintDefinition" /> AdminSaintDefinition

/// A user who has this right, CAN define saint statuses

```csharp theme={null}
public const string AdminSaintDefinition = "admin-saint-definition"
```

#### Field Value

[string](https://learn.microsoft.com/dotnet/api/system.string)

### <a id="SuperOffice_WebApi_Data_FunctionRightStrings_AdminSaintRegeneration" /> AdminSaintRegeneration

A user who has this right, CAN regenerate saint counters and statuses in the admin client (global regeneration)

```csharp theme={null}
public const string AdminSaintRegeneration = "admin-saint-regeneration"
```

#### Field Value

[string](https://learn.microsoft.com/dotnet/api/system.string)

### <a id="SuperOffice_WebApi_Data_FunctionRightStrings_AdminScript" /> AdminScript

Script admin righst, gives access to the Script panel of the admin client

```csharp theme={null}
public const string AdminScript = "admin-script"
```

#### Field Value

[string](https://learn.microsoft.com/dotnet/api/system.string)

### <a id="SuperOffice_WebApi_Data_FunctionRightStrings_AdminUdef" /> AdminUdef

Udef admin rights, gives access to the Udef (fields) panel of the admin client

```csharp theme={null}
public const string AdminUdef = "admin-udef"
```

#### Field Value

[string](https://learn.microsoft.com/dotnet/api/system.string)

### <a id="SuperOffice_WebApi_Data_FunctionRightStrings_AdminUsers" /> AdminUsers

User admin rights, gives access to the users panel of the admin client

```csharp theme={null}
public const string AdminUsers = "admin-users"
```

#### Field Value

[string](https://learn.microsoft.com/dotnet/api/system.string)

### <a id="SuperOffice_WebApi_Data_FunctionRightStrings_AdminWebhooks" /> AdminWebhooks

Webhook admin rights, gives ability to save+delete+test webhooks

```csharp theme={null}
public const string AdminWebhooks = "admin-webhooks"
```

#### Field Value

[string](https://learn.microsoft.com/dotnet/api/system.string)

### <a id="SuperOffice_WebApi_Data_FunctionRightStrings_AdminWorkflow" /> AdminWorkflow

Sale admin righst, gives access to the Sale panel of the admin client

```csharp theme={null}
public const string AdminWorkflow = "admin-workflow"
```

#### Field Value

[string](https://learn.microsoft.com/dotnet/api/system.string)

### <a id="SuperOffice_WebApi_Data_FunctionRightStrings_AllowBulkCopyMembers" /> AllowBulkCopyMembers

A user who has this right, CAN do bulk member copy based on selections

```csharp theme={null}
public const string AllowBulkCopyMembers = "allow-bulk-copy-members"
```

#### Field Value

[string](https://learn.microsoft.com/dotnet/api/system.string)

### <a id="SuperOffice_WebApi_Data_FunctionRightStrings_AllowBulkDelete" /> AllowBulkDelete

A user who has this right, CAN do bulk delete based on selections

```csharp theme={null}
public const string AllowBulkDelete = "allow-bulk-delete"
```

#### Field Value

[string](https://learn.microsoft.com/dotnet/api/system.string)

### <a id="SuperOffice_WebApi_Data_FunctionRightStrings_AllowBulkEdit" /> AllowBulkEdit

A user who has this right, CAN do bulk edit based on selections

```csharp theme={null}
public const string AllowBulkEdit = "allow-bulk-edit"
```

#### Field Value

[string](https://learn.microsoft.com/dotnet/api/system.string)

### <a id="SuperOffice_WebApi_Data_FunctionRightStrings_AllowBulkEmail" /> AllowBulkEmail

A user who has this right, CAN do bulk email sending based on selections

```csharp theme={null}
public const string AllowBulkEmail = "allow-bulk-email"
```

#### Field Value

[string](https://learn.microsoft.com/dotnet/api/system.string)

### <a id="SuperOffice_WebApi_Data_FunctionRightStrings_AllowBulkExport" /> AllowBulkExport

A user who has this right, CAN do bulk export based on selections

```csharp theme={null}
public const string AllowBulkExport = "allow-bulk-export"
```

#### Field Value

[string](https://learn.microsoft.com/dotnet/api/system.string)

### <a id="SuperOffice_WebApi_Data_FunctionRightStrings_AllowBulkGenerateActivities" /> AllowBulkGenerateActivities

A user who has this right, CAN do bulk activity generation based on selections

```csharp theme={null}
public const string AllowBulkGenerateActivities = "allow-bulk-generate-activities"
```

#### Field Value

[string](https://learn.microsoft.com/dotnet/api/system.string)

### <a id="SuperOffice_WebApi_Data_FunctionRightStrings_AllowBulkInterests" /> AllowBulkInterests

A user who has this right, CAN do bulk interest generation based on selections

```csharp theme={null}
public const string AllowBulkInterests = "allow-bulk-interests"
```

#### Field Value

[string](https://learn.microsoft.com/dotnet/api/system.string)

### <a id="SuperOffice_WebApi_Data_FunctionRightStrings_AllowBulkMailmerge" /> AllowBulkMailmerge

A user who has this right, CAN do bulk mail merge based on selections

```csharp theme={null}
public const string AllowBulkMailmerge = "allow-bulk-mailmerge"
```

#### Field Value

[string](https://learn.microsoft.com/dotnet/api/system.string)

### <a id="SuperOffice_WebApi_Data_FunctionRightStrings_AllowBulkUserApplications" /> AllowBulkUserApplications

A user who has this right, CAN use user-defined bulk tasks based on selections

```csharp theme={null}
public const string AllowBulkUserApplications = "allow-bulk-user-applications"
```

#### Field Value

[string](https://learn.microsoft.com/dotnet/api/system.string)

### <a id="SuperOffice_WebApi_Data_FunctionRightStrings_AllowDictionarySDK" /> AllowDictionarySDK

A user who has this right, CAN use the dictionary SDK to programatically change the dictionary

```csharp theme={null}
public const string AllowDictionarySDK = "allow-dictionarySDK"
```

#### Field Value

[string](https://learn.microsoft.com/dotnet/api/system.string)

### <a id="SuperOffice_WebApi_Data_FunctionRightStrings_AllowReadonlyOverride" /> AllowReadonlyOverride

A user who has this right is allowed to write to read-only udef fields

```csharp theme={null}
public const string AllowReadonlyOverride = "allow-readonly-override"
```

#### Field Value

[string](https://learn.microsoft.com/dotnet/api/system.string)

### <a id="SuperOffice_WebApi_Data_FunctionRightStrings_AllowSendEMail" /> AllowSendEMail

Grants access to send e-mail

```csharp theme={null}
public const string AllowSendEMail = "allow-send-email"
```

#### Field Value

[string](https://learn.microsoft.com/dotnet/api/system.string)

### <a id="SuperOffice_WebApi_Data_FunctionRightStrings_CSCategories" /> CSCategories

Category administration

```csharp theme={null}
public const string CSCategories = "cs-categories"
```

#### Field Value

[string](https://learn.microsoft.com/dotnet/api/system.string)

### <a id="SuperOffice_WebApi_Data_FunctionRightStrings_CSChangePref" /> CSChangePref

Change own properties

```csharp theme={null}
public const string CSChangePref = "cs-changepref"
```

#### Field Value

[string](https://learn.microsoft.com/dotnet/api/system.string)

### <a id="SuperOffice_WebApi_Data_FunctionRightStrings_CSChangeProfile" /> CSChangeProfile

Change own profile

```csharp theme={null}
public const string CSChangeProfile = "cs-changeprofile"
```

#### Field Value

[string](https://learn.microsoft.com/dotnet/api/system.string)

### <a id="SuperOffice_WebApi_Data_FunctionRightStrings_CSDocument" /> CSDocument

Knowledge Base

```csharp theme={null}
public const string CSDocument = "cs-document"
```

#### Field Value

[string](https://learn.microsoft.com/dotnet/api/system.string)

### <a id="SuperOffice_WebApi_Data_FunctionRightStrings_CSEditExtraTableContent" /> CSEditExtraTableContent

Edit tables

```csharp theme={null}
public const string CSEditExtraTableContent = "cs-editextratablecontent"
```

#### Field Value

[string](https://learn.microsoft.com/dotnet/api/system.string)

### <a id="SuperOffice_WebApi_Data_FunctionRightStrings_CSEditFaq" /> CSEditFaq

Edit FAQ entries

```csharp theme={null}
public const string CSEditFaq = "cs-editfaq"
```

#### Field Value

[string](https://learn.microsoft.com/dotnet/api/system.string)

### <a id="SuperOffice_WebApi_Data_FunctionRightStrings_CSEditOthers" /> CSEditOthers

Edit all requests

```csharp theme={null}
public const string CSEditOthers = "cs-editothers"
```

#### Field Value

[string](https://learn.microsoft.com/dotnet/api/system.string)

### <a id="SuperOffice_WebApi_Data_FunctionRightStrings_CSEditOwn" /> CSEditOwn

Edit requests in member categories

```csharp theme={null}
public const string CSEditOwn = "cs-editown"
```

#### Field Value

[string](https://learn.microsoft.com/dotnet/api/system.string)

### <a id="SuperOffice_WebApi_Data_FunctionRightStrings_CSEditSelections" /> CSEditSelections

Create selections

```csharp theme={null}
public const string CSEditSelections = "cs-editselections"
```

#### Field Value

[string](https://learn.microsoft.com/dotnet/api/system.string)

### <a id="SuperOffice_WebApi_Data_FunctionRightStrings_CSFaqAdmin" /> CSFaqAdmin

Administrate FAQ

```csharp theme={null}
public const string CSFaqAdmin = "cs-faqadmin"
```

#### Field Value

[string](https://learn.microsoft.com/dotnet/api/system.string)

### <a id="SuperOffice_WebApi_Data_FunctionRightStrings_CSListExtraTableContent" /> CSListExtraTableContent

List tables

```csharp theme={null}
public const string CSListExtraTableContent = "cs-listextratablecontent"
```

#### Field Value

[string](https://learn.microsoft.com/dotnet/api/system.string)

### <a id="SuperOffice_WebApi_Data_FunctionRightStrings_CSListOthers" /> CSListOthers

List all requests

```csharp theme={null}
public const string CSListOthers = "cs-listothers"
```

#### Field Value

[string](https://learn.microsoft.com/dotnet/api/system.string)

### <a id="SuperOffice_WebApi_Data_FunctionRightStrings_CSListOwn" /> CSListOwn

List requests in own categories

```csharp theme={null}
public const string CSListOwn = "cs-listown"
```

#### Field Value

[string](https://learn.microsoft.com/dotnet/api/system.string)

### <a id="SuperOffice_WebApi_Data_FunctionRightStrings_CSMarkAsSpam" /> CSMarkAsSpam

Can mark requests as Spam

```csharp theme={null}
public const string CSMarkAsSpam = "cs-markasspam"
```

#### Field Value

[string](https://learn.microsoft.com/dotnet/api/system.string)

### <a id="SuperOffice_WebApi_Data_FunctionRightStrings_CSPostToFacebook" /> CSPostToFacebook

Facebook

```csharp theme={null}
public const string CSPostToFacebook = "cs-posttofacebook"
```

#### Field Value

[string](https://learn.microsoft.com/dotnet/api/system.string)

### <a id="SuperOffice_WebApi_Data_FunctionRightStrings_CSReadOthers" /> CSReadOthers

Read all requests

```csharp theme={null}
public const string CSReadOthers = "cs-readothers"
```

#### Field Value

[string](https://learn.microsoft.com/dotnet/api/system.string)

### <a id="SuperOffice_WebApi_Data_FunctionRightStrings_CSReadOwn" /> CSReadOwn

Read requests in own categories

```csharp theme={null}
public const string CSReadOwn = "cs-readown"
```

#### Field Value

[string](https://learn.microsoft.com/dotnet/api/system.string)

### <a id="SuperOffice_WebApi_Data_FunctionRightStrings_CSReadSelections" /> CSReadSelections

View selections

```csharp theme={null}
public const string CSReadSelections = "cs-readselections"
```

#### Field Value

[string](https://learn.microsoft.com/dotnet/api/system.string)

### <a id="SuperOffice_WebApi_Data_FunctionRightStrings_CSStatistics" /> CSStatistics

View statistics

```csharp theme={null}
public const string CSStatistics = "cs-statistics"
```

#### Field Value

[string](https://learn.microsoft.com/dotnet/api/system.string)

### <a id="SuperOffice_WebApi_Data_FunctionRightStrings_CSSystem" /> CSSystem

Customer Service administration

```csharp theme={null}
public const string CSSystem = "cs-system"
```

#### Field Value

[string](https://learn.microsoft.com/dotnet/api/system.string)

### <a id="SuperOffice_WebApi_Data_FunctionRightStrings_CanApproveQuote" /> CanApproveQuote

Approving of a quote

```csharp theme={null}
public const string CanApproveQuote = "quote-can-approve"
```

#### Field Value

[string](https://learn.microsoft.com/dotnet/api/system.string)

### <a id="SuperOffice_WebApi_Data_FunctionRightStrings_DefineNewTags" /> DefineNewTags

Can define new tags directly from user interface (as opposed to having to use List Admin)

```csharp theme={null}
public const string DefineNewTags = "define-new-tags"
```

#### Field Value

[string](https://learn.microsoft.com/dotnet/api/system.string)

### <a id="SuperOffice_WebApi_Data_FunctionRightStrings_ExtNeedPublishToSeeAppointment" /> ExtNeedPublishToSeeAppointment

External users can only see published appointments

```csharp theme={null}
public const string ExtNeedPublishToSeeAppointment = "ext-need-publish-to-see-appointment"
```

#### Field Value

[string](https://learn.microsoft.com/dotnet/api/system.string)

### <a id="SuperOffice_WebApi_Data_FunctionRightStrings_ExtNeedPublishToSeeDocument" /> ExtNeedPublishToSeeDocument

External users can only see published documents

```csharp theme={null}
public const string ExtNeedPublishToSeeDocument = "ext-need-publish-to-see-document"
```

#### Field Value

[string](https://learn.microsoft.com/dotnet/api/system.string)

### <a id="SuperOffice_WebApi_Data_FunctionRightStrings_ExtNeedPublishToSeeProject" /> ExtNeedPublishToSeeProject

External users can only see published projects

```csharp theme={null}
public const string ExtNeedPublishToSeeProject = "ext-need-publish-to-see-project"
```

#### Field Value

[string](https://learn.microsoft.com/dotnet/api/system.string)

### <a id="SuperOffice_WebApi_Data_FunctionRightStrings_ExtNeedPublishToSeeSale" /> ExtNeedPublishToSeeSale

External users can only see published sales

```csharp theme={null}
public const string ExtNeedPublishToSeeSale = "ext-need-publish-to-see-sale"
```

#### Field Value

[string](https://learn.microsoft.com/dotnet/api/system.string)

### <a id="SuperOffice_WebApi_Data_FunctionRightStrings_ExtSeeEventProjects" /> ExtSeeEventProjects

External users can only see projects that have Events

```csharp theme={null}
public const string ExtSeeEventProjects = "ext-see-event-projects"
```

#### Field Value

[string](https://learn.microsoft.com/dotnet/api/system.string)

### <a id="SuperOffice_WebApi_Data_FunctionRightStrings_ExtUseMyCompanyRights" /> ExtUseMyCompanyRights

```csharp theme={null}
public const string ExtUseMyCompanyRights = "ext-use-my-company-rights"
```

#### Field Value

[string](https://learn.microsoft.com/dotnet/api/system.string)

### <a id="SuperOffice_WebApi_Data_FunctionRightStrings_ExtUseSameProjectRights" /> ExtUseSameProjectRights

```csharp theme={null}
public const string ExtUseSameProjectRights = "ext-use-same-project-rights"
```

#### Field Value

[string](https://learn.microsoft.com/dotnet/api/system.string)

### <a id="SuperOffice_WebApi_Data_FunctionRightStrings_HideCompany" /> HideCompany

A user who has this right will NOT see the company panel. This supersedes the corresponding 'Cripple' preference

```csharp theme={null}
public const string HideCompany = "hide-company"
```

#### Field Value

[string](https://learn.microsoft.com/dotnet/api/system.string)

### <a id="SuperOffice_WebApi_Data_FunctionRightStrings_HideInbox" /> HideInbox

A user who has this right will NOT see the inbox panel. This supersedes the corresponding 'Cripple' preference

```csharp theme={null}
public const string HideInbox = "hide-inbox"
```

#### Field Value

[string](https://learn.microsoft.com/dotnet/api/system.string)

### <a id="SuperOffice_WebApi_Data_FunctionRightStrings_HideMailings" /> HideMailings

```csharp theme={null}
public const string HideMailings = "hide-mailings"
```

#### Field Value

[string](https://learn.microsoft.com/dotnet/api/system.string)

### <a id="SuperOffice_WebApi_Data_FunctionRightStrings_HideProject" /> HideProject

A user who has this right will NOT see the project panel. This supersedes the corresponding 'Cripple' preference

```csharp theme={null}
public const string HideProject = "hide-project"
```

#### Field Value

[string](https://learn.microsoft.com/dotnet/api/system.string)

### <a id="SuperOffice_WebApi_Data_FunctionRightStrings_HideSale" /> HideSale

A user who has this right will NOT see the sale dialog. This supersedes the corresponding 'Cripple' preference

```csharp theme={null}
public const string HideSale = "hide-sale"
```

#### Field Value

[string](https://learn.microsoft.com/dotnet/api/system.string)

### <a id="SuperOffice_WebApi_Data_FunctionRightStrings_HideSelection" /> HideSelection

A user who has this right will NOT see the selection panel. This supersedes the corresponding 'Cripple' preference

```csharp theme={null}
public const string HideSelection = "hide-selection"
```

#### Field Value

[string](https://learn.microsoft.com/dotnet/api/system.string)

### <a id="SuperOffice_WebApi_Data_FunctionRightStrings_HideService" /> HideService

A user who has this right will NOT see the service (tickets). This supersedes the corresponding 'Cripple' preference

```csharp theme={null}
public const string HideService = "hide-service"
```

#### Field Value

[string](https://learn.microsoft.com/dotnet/api/system.string)

### <a id="SuperOffice_WebApi_Data_FunctionRightStrings_LockUnlockTargetAssignment" /> LockUnlockTargetAssignment

Can lock / unlock a target assignment

```csharp theme={null}
public const string LockUnlockTargetAssignment = "lock-unlock-target-assignment"
```

#### Field Value

[string](https://learn.microsoft.com/dotnet/api/system.string)

### <a id="SuperOffice_WebApi_Data_FunctionRightStrings_MailingConsentOverride" /> MailingConsentOverride

Can use mailing override

```csharp theme={null}
public const string MailingConsentOverride = "mailing-consent-override"
```

#### Field Value

[string](https://learn.microsoft.com/dotnet/api/system.string)

### <a id="SuperOffice_WebApi_Data_FunctionRightStrings_ManageEntities" /> ManageEntities

Manage (i.e.,  copy, move or merge) entities, such as Contact, Person, Project

```csharp theme={null}
public const string ManageEntities = "allow-manage-entities"
```

#### Field Value

[string](https://learn.microsoft.com/dotnet/api/system.string)

### <a id="SuperOffice_WebApi_Data_FunctionRightStrings_ManagePersonConsent" /> ManagePersonConsent

Can mange consents for a person

```csharp theme={null}
public const string ManagePersonConsent = "can-manage-person-consent"
```

#### Field Value

[string](https://learn.microsoft.com/dotnet/api/system.string)

### <a id="SuperOffice_WebApi_Data_FunctionRightStrings_SeeOtherCompaniesAssociates" /> SeeOtherCompaniesAssociates

A user who has this right, CAN see associates belonging to other company cards than his own

```csharp theme={null}
public const string SeeOtherCompaniesAssociates = "see-other-companies-associates"
```

#### Field Value

[string](https://learn.microsoft.com/dotnet/api/system.string)

### <a id="SuperOffice_WebApi_Data_FunctionRightStrings_SyncadminAll" /> SyncadminAll

General admin rights for sync modules

```csharp theme={null}
public const string SyncadminAll = "syncadmin-all"
```

#### Field Value

[string](https://learn.microsoft.com/dotnet/api/system.string)

### <a id="SuperOffice_WebApi_Data_FunctionRightStrings_SyncadminUser" /> SyncadminUser

User admin rights for sync modules

```csharp theme={null}
public const string SyncadminUser = "syncadmin-user"
```

#### Field Value

[string](https://learn.microsoft.com/dotnet/api/system.string)

### <a id="SuperOffice_WebApi_Data_FunctionRightStrings_TargetsAdminstrator" /> TargetsAdminstrator

Add, edit and remove target types

```csharp theme={null}
public const string TargetsAdminstrator = "targets-administrator"
```

#### Field Value

[string](https://learn.microsoft.com/dotnet/api/system.string)
