Back to Gitlabhq

Fine-grained permissions for GraphQL API

doc/auth/tokens/fine_grained_access_tokens_graphql.md

19.2.031.2 KB
Original Source
<!-- This documentation is auto-generated by a Rake task. Please do not edit this file directly. To update this file, run: `bundle exec rake gitlab:permissions:graphql:compile_docs`. To make changes to the output of the Rake task, edit `tooling/authz/permissions/docs/templates/granular_pat_graphql_fields.md.erb`. -->

{{< details >}}

  • Tier: Free, Premium, Ultimate
  • Offering: GitLab.com, GitLab Self-Managed, GitLab Dedicated

{{< /details >}}

{{< history >}}

{{< /history >}}

A fine-grained personal access token can access only the resources and permissions you grant it. To use one with the GraphQL API, create a token and define its scope. For more information, see fine-grained personal access tokens.

Available fine-grained permissions

Fine-grained personal access tokens can access the following GraphQL types, mutations, and fields:

Application Security resources

Dependency

Grants the ability to read dependencies.

ActionAccessKindName
ReadProjectTypeDependencyLocation

Pipeline Execution Project Schedule

Grants the ability to read pipeline execution project schedules.

ActionAccessKindName
ReadProjectTypePipelineExecutionProjectSchedule

Secrets Manager

Grants the ability to read secrets managers.

ActionAccessKindName
ReadProjectTypeProjectSecretsManager
ReadGroupTypeGroupSecretsManager
ReadGroupTypeSecretsManagerEntitlement
ReadGroupMutationSecretsManagerStartTrial

Vulnerability

Grants the ability to create, read, and update vulnerabilities.

ActionAccessKindName
CreateProjectMutationVulnerabilityCreate
ReadProjectTypeCountableVulnerability
ReadProjectTypeVulnerability
ReadProjectTypeVulnerabilityScanner
ReadProjectFieldMergeRequest.findingReportsComparer
UpdateProjectMutationVulnerabilityAutoRemediation
UpdateProjectMutationVulnerabilityConfirm
UpdateProjectMutationVulnerabilityDismiss
UpdateProjectMutationVulnerabilityResolve
UpdateProjectMutationVulnerabilityRevertToDetected

CI/CD resources

Catalog Resource

Grants the ability to create and delete CI catalog resources.

ActionAccessKindName
CreateProjectMutationCatalogResourcesCreate
DeleteProjectMutationCatalogResourcesDestroy

CD Application

Grants the ability to create, read, and update continuous deployment applications.

ActionAccessKindName
CreateInstanceMutationCdApplicationCreate
ReadInstanceTypeCdApplication
UpdateInstanceMutationCdApplicationUpdate

CD Application Flow Definition

Grants the ability to create and read continuous deployment application flow definitions.

ActionAccessKindName
CreateInstanceMutationCdApplicationFlowDefinitionCreate
ReadInstanceTypeCdApplicationFlowDefinition

CD Application Link

Grants the ability to create and read continuous deployment application links.

ActionAccessKindName
CreateInstanceMutationCdApplicationLinkCreate
ReadInstanceTypeCdApplicationLink

CD Artifact Source

Grants the ability to create and read continuous deployment artifact sources.

ActionAccessKindName
CreateInstanceMutationCdArtifactSourceCreate
ReadInstanceTypeCdArtifactSource
ReadInstanceTypeCdVersion

CD Environment

Grants the ability to create, read, and update continuous deployment environments.

ActionAccessKindName
CreateInstanceMutationCdEnvironmentCreate
ReadInstanceTypeCdEnvironment
ReadInstanceTypeCdEnvironmentDriverBinding
UpdateInstanceMutationCdEnvironmentUpdate

CD Rollout

Grants the ability to create and read CD rollouts.

ActionAccessKindName
CreateInstanceMutationCdRolloutCreate
ReadInstanceTypeCdDeployment
ReadInstanceTypeCdDeploymentTransition
ReadInstanceTypeCdRollout
ReadInstanceTypeCdRolloutEnvironment
ReadInstanceTypeCdRolloutTransition

CD Rollout Gate

Grants the ability to resolve CD rollout gates.

ActionAccessKindName
ResolveInstanceMutationCdRolloutGateResolve

CD Service

Grants the ability to create, read, and update continuous deployment services.

ActionAccessKindName
CreateInstanceMutationCdServiceCreate
ReadInstanceTypeCdService
ReadInstanceTypeCdServiceEnvironmentHealth
UpdateInstanceMutationCdServiceUpdate

CD Version Set

Grants the ability to create and read continuous deployment version sets.

ActionAccessKindName
CreateInstanceMutationCdVersionSetCreate
ReadInstanceTypeCdVersionSet
ReadInstanceTypeCdVersionSetEntry

CI Config

Grants the ability to read and validate CI/CD configuration.

ActionAccessKindName
ValidateProjectMutationCiLint

CI/CD Setting

Grants the ability to update CI/CD settings.

ActionAccessKindName
UpdateProjectMutationProjectCiCdSettingsUpdate
UpdateGroupMutationSafeDisablePipelineVariables

Cluster Agent

Grants the ability to create, delete, and read cluster agents.

ActionAccessKindName
CreateProjectMutationCreateClusterAgent
DeleteProjectMutationClusterAgentDelete
ReadProjectTypeClusterAgent

Cluster Agent Token

Grants the ability to create, read, and revoke cluster agent tokens.

ActionAccessKindName
CreateProjectMutationClusterAgentTokenCreate

Cluster Agent URL Configuration

Grants the ability to create, delete, and read cluster agent URL configurations.

ActionAccessKindName
CreateProjectMutationClusterAgentUrlConfigurationCreate
DeleteProjectMutationClusterAgentUrlConfigurationDelete

Deployment

Grants the ability to approve, create, delete, read, and update deployments.

ActionAccessKindName
ApproveProjectMutationApproveDeployment

Environment

Grants the ability to create, delete, read, stop, and update environments.

ActionAccessKindName
CreateProjectMutationEnvironmentCreate
DeleteProjectMutationEnvironmentDelete
ReadProjectTypeEnvironment
StopProjectMutationEnvironmentStop
UpdateProjectMutationEnvironmentUpdate

Freeze Period

Grants the ability to create, delete, read, and update freeze periods.

ActionAccessKindName
ReadProjectTypeCiFreezePeriod

Job

Grants the ability to delete, read, run, and update jobs.

ActionAccessKindName
ReadProjectTypeCiJob
RunProjectMutationJobPlay
RunProjectMutationJobRetry
UpdateProjectMutationJobCancel
UpdateProjectMutationJobUnschedule

Job Artifact

Grants the ability to delete, read, and update job artifacts.

ActionAccessKindName
DeleteProjectMutationArtifactDestroy
DeleteProjectMutationBulkDestroyJobArtifacts
DeleteProjectMutationJobArtifactsDestroy
ReadProjectTypeCiJobArtifact

Pipeline

Grants the ability to create, delete, read, and update pipelines.

ActionAccessKindName
CreateProjectMutationPipelineCreate
DeleteProjectMutationPipelineDestroy
ReadProjectTypeCiStage
ReadProjectTypePipeline
UpdateProjectMutationPipelineCancel
UpdateProjectMutationPipelineRetry

Pipeline Schedule

Grants the ability to create, delete, read, and update pipeline schedules.

ActionAccessKindName
CreateProjectMutationPipelineScheduleCreate
DeleteProjectMutationPipelineScheduleDelete
ReadProjectTypePipelineSchedule
UpdateProjectMutationPipelineSchedulePlay
UpdateProjectMutationPipelineScheduleTakeOwnership
UpdateProjectMutationPipelineScheduleUpdate

Runner

Grants the ability to assign, create, delete, read, and update runners.

ActionAccessKindName
AssignProjectMutationRunnerAssignToProject
AssignProjectMutationRunnerUnassignFromProject
CreateProjectMutationRunnerCreate
CreateGroupMutationRunnerCreate
CreateInstanceMutationRunnerCreate
DeleteProjectMutationRunnerDelete
DeleteGroupMutationRunnerDelete
DeleteInstanceMutationRunnerDelete
ReadProjectTypeCiRunner
ReadGroupTypeCiRunner
ReadInstanceTypeCiRunner
UpdateProjectMutationRunnerCacheClear
UpdateProjectMutationRunnerUpdate
UpdateGroupMutationRunnerUpdate
UpdateInstanceMutationRunnerUpdate

Terraform State

Grants the ability to create, delete, lock, read, and update Terraform state.

ActionAccessKindName
DeleteProjectMutationTerraformStateDelete
LockProjectMutationTerraformStateLock
LockProjectMutationTerraformStateUnlock
ReadProjectTypeTerraformState
ReadProjectTypeTerraformStateProtectionRule
ReadProjectTypeTerraformStateVersion
UpdateProjectMutationUpdateTerraformStateProtectionRule

Terraform State Protection Rule

Grants the ability to create, delete, and update Terraform state protection rules.

ActionAccessKindName
CreateProjectMutationCreateTerraformStateProtectionRule
DeleteProjectMutationDeleteTerraformStateProtectionRule

Trigger

Grants the ability to create, delete, read, and update triggers.

ActionAccessKindName
CreateProjectMutationPipelineTriggerCreate
DeleteProjectMutationPipelineTriggerDelete
ReadProjectTypePipelineTrigger
UpdateProjectMutationPipelineTriggerUpdate

Duo resources

AI catalog item

Grants the ability to restore AI catalog items.

ActionAccessKindName
RestoreProjectMutationAiCatalogItemVersionRestore

AI tool rule

Grants the ability to read and update AI tool rules, which control per-tool approval (Allow, Ask, Deny) for the Duo Agent Platform.

ActionAccessKindName
ReadGroupFieldQuery.aiToolRules
UpdateGroupMutationBulkUpdateAiToolRules
UpdateGroupMutationUpdateAiToolRule

Duo Workflow

Grants the ability to create, read, resume, and update duo workflows.

ActionAccessKindName
ReadUserTypeDuoWorkflowWorkItemLink
UpdateUserMutationUpdateDuoWorkflowAgentPrivileges

Flows Metadata

Grants the ability to read flows metadata.

ActionAccessKindName
ReadProjectTypeAiFlowsMetadata
ReadGroupTypeAiFlowsMetadata
ReadInstanceTypeAiFlowsMetadata

Model Selection Allowlist

Grants the ability to read and update model selection allowlists.

ActionAccessKindName
ReadGroupTypeAiModelSelectionAllowList
ReadGroupTypeAiModelSelectionAllowListModel
ReadInstanceTypeAiModelSelectionAllowList
ReadInstanceTypeAiModelSelectionAllowListModel
UpdateGroupMutationAiModelSelectionNamespaceModelAllowlistUpdate
UpdateInstanceMutationAiFeatureSettingModelAllowlistUpdate

Groups resources

Admin Member Role

Grants the ability to create, delete, read, and update admin member roles.

ActionAccessKindName
CreateInstanceMutationMemberRoleAdminCreate
DeleteInstanceMutationMemberRoleAdminDelete
ReadInstanceTypeAdminMemberRole
UpdateInstanceMutationMemberRoleAdminUpdate

Group

Grants the ability to archive, create, delete, read, share, transfer, and update groups.

ActionAccessKindName
ReadGroupTypeGroup
UpdateGroupMutationGroupUpdate

LDAP Admin Role Link

Grants the ability to create, delete, and read LDAP admin role links

ActionAccessKindName
CreateInstanceMutationAdminRolesLdapSync
CreateInstanceMutationLdapAdminRoleLinkCreate
DeleteInstanceMutationLdapAdminRoleLinkDestroy
ReadInstanceTypeLdapAdminRoleLink

Member Role

Grants the ability to create, delete, and read member roles.

ActionAccessKindName
CreateGroupMutationMemberRoleCreate
CreateInstanceMutationMemberRoleCreate

Preference

Grants the ability to read and update preferences.

ActionAccessKindName
ReadUserTypeUserPreferences
UpdateUserMutationUserPreferencesUpdate

Topic

Grants the ability to create, delete, merge, read, and update topics.

ActionAccessKindName
ReadInstanceTypeTopic

Monitoring resources

Escalation Policy

Grants the ability to read escalation policies.

ActionAccessKindName
ReadProjectTypeEscalationPolicyType

Notifications resources

Todo

Grants the ability to create, delete, read, and update todos.

ActionAccessKindName
CreateProjectMutationTodoCreate
CreateGroupMutationTodoCreate
DeleteUserMutationTodoDeleteAllDone
DeleteUserMutationTodoDeleteMany
ReadUserTypeTodo
UpdateUserMutationTodoMarkDone
UpdateUserMutationTodoResolveMany
UpdateUserMutationTodoRestore
UpdateUserMutationTodoRestoreMany
UpdateUserMutationTodoSnooze
UpdateUserMutationTodoSnoozeMany
UpdateUserMutationTodoUnSnooze
UpdateUserMutationTodoUnsnoozeMany
UpdateUserMutationTodosMarkAllDone

Organizations resources

Organization

Grants the ability to create, delete, read, and update organizations.

ActionAccessKindName
CreateInstanceMutationOrganizationCreate
DeleteInstanceMutationOrganizationDelete
ReadInstanceTypeOrganization
ReadInstanceTypeOrganizationUser
UpdateInstanceMutationOrganizationConfirm
UpdateInstanceMutationOrganizationUpdate
UpdateInstanceMutationOrganizationUserUpdate

Packages and Registry resources

Container Registry Protection Tag Rule

Grants the ability to create, delete, read, and update container registry protection tag rules.

ActionAccessKindName
CreateProjectMutationcreateContainerProtectionTagRule
DeleteProjectMutationDeleteContainerProtectionTagRule
UpdateProjectMutationUpdateContainerProtectionTagRule

Container Repository

Grants the ability to delete and read container repositories.

ActionAccessKindName
DeleteProjectMutationDestroyContainerRepository
DeleteProjectMutationDestroyContainerRepositoryTags

Container Repository Protection Rule

Grants the ability to create, delete, read, and update container repository protection rules.

ActionAccessKindName
CreateProjectMutationCreateContainerProtectionRepositoryRule
DeleteProjectMutationDeleteContainerProtectionRepositoryRule
UpdateProjectMutationUpdateContainerProtectionRepositoryRule

Dependency Proxy

Grants the ability to read and update dependency proxies.

ActionAccessKindName
UpdateGroupMutationUpdateDependencyProxyImageTtlGroupPolicy
UpdateGroupMutationUpdateDependencyProxySettings

Package

Grants the ability to create, delete, read, and update packages.

ActionAccessKindName
CreateProjectMutationCreatePackagesProtectionRule
DeleteProjectMutationDeletePackagesProtectionRule
DeleteProjectMutationDestroyPackage
DeleteProjectMutationDestroyPackageFile
DeleteProjectMutationDestroyPackageFiles
UpdateProjectMutationUpdatePackagesCleanupPolicy
UpdateProjectMutationUpdatePackagesProtectionRule

Project Features resources

Badge

Grants the ability to create, delete, read, and update badges.

ActionAccessKindName
ReadInstanceTypeOrganizationUserBadge

Cycle Analytics

Grants the ability to read cycle analytics.

ActionAccessKindName
ReadProjectFieldAnalytics.mergeRequests
ReadGroupFieldAnalytics.mergeRequests

Release

Grants the ability to create, delete, read, and update releases.

ActionAccessKindName
CreateProjectMutationReleaseAssetLinkCreate
CreateProjectMutationReleaseCreate
DeleteProjectMutationReleaseDelete
UpdateProjectMutationReleaseUpdate

Snippet

Grants the ability to create, delete, read, and update snippets.

ActionAccessKindName
CreateProjectMutationCreateSnippet
CreateUserMutationCreateSnippet
DeleteProjectMutationDestroySnippet
DeleteUserMutationDestroySnippet
UpdateProjectMutationUpdateSnippet
UpdateUserMutationUpdateSnippet

Project Model Registry and Experiments resources

Model Version

Grants the ability to create, delete, read, and update model versions.

ActionAccessKindName
CreateProjectMutationMlModelVersionCreate
DeleteProjectMutationMlModelVersionDelete
UpdateProjectMutationMlModelVersionEdit

Project Planning resources

Custom Attribute

Grants the ability to delete, read, and update custom attributes.

ActionAccessKindName
DeleteProjectMutationDeleteProjectCustomAttribute
DeleteGroupMutationDeleteGroupCustomAttribute
UpdateProjectMutationProjectCustomAttributeSet
UpdateGroupMutationSetGroupCustomAttribute

Label

Grants the ability to create, delete, promote, read, subscribe, and update labels.

ActionAccessKindName
CreateProjectMutationLabelCreate
CreateGroupMutationLabelCreate
ReadProjectTypeLabel
ReadGroupTypeLabel
UpdateProjectMutationLabelUpdate
UpdateGroupMutationLabelUpdate

Work Item

Grants the ability to create, delete, read, and update work items such as epics and issues.

ActionAccessKindName
CreateProjectMutationCreateDiffNote
CreateProjectMutationCreateDiscussion
CreateProjectMutationCreateImageDiffNote
CreateProjectMutationCreateIssue
CreateProjectMutationCreateLatestDiffNote
CreateProjectMutationCreateNote
CreateProjectMutationWorkItemCreate
CreateProjectFieldEpicIssue.createNoteEmail
CreateProjectFieldIssue.createNoteEmail
CreateProjectFieldWorkItem.createNoteEmail
CreateGroupMutationCreateDiffNote
CreateGroupMutationCreateDiscussion
CreateGroupMutationCreateImageDiffNote
CreateGroupMutationCreateLatestDiffNote
CreateGroupMutationCreateNote
CreateGroupMutationIterationCadenceCreate
CreateGroupMutationWorkItemCreate
DeleteProjectMutationDestroyNote
DeleteProjectMutationWorkItemDelete
DeleteGroupMutationDestroyNote
DeleteGroupMutationIterationCadenceDestroy
DeleteGroupMutationIterationDelete
DeleteGroupMutationWorkItemDelete
ReadProjectTypeBoard
ReadProjectTypeEpicIssue
ReadProjectTypeIssue
ReadProjectTypeMilestone
ReadProjectTypeNote
ReadProjectTypeWorkItem
ReadGroupTypeBoard
ReadGroupTypeBoardEpic
ReadGroupTypeEpic
ReadGroupTypeIteration
ReadGroupTypeIterationCadence
ReadGroupTypeMilestone
ReadGroupTypeNote
ReadGroupTypeWorkItemMoveTarget
UpdateProjectMutationIssueLinkAlerts
UpdateProjectMutationIssueMove
UpdateProjectMutationIssueSetAssignees
UpdateProjectMutationIssueSetConfidential
UpdateProjectMutationIssueSetCrmContacts
UpdateProjectMutationIssueSetDueDate
UpdateProjectMutationIssueSetEpic
UpdateProjectMutationIssueSetEscalationPolicy
UpdateProjectMutationIssueSetEscalationStatus
UpdateProjectMutationIssueSetIteration
UpdateProjectMutationIssueSetLocked
UpdateProjectMutationIssueSetSeverity
UpdateProjectMutationIssueSetWeight
UpdateProjectMutationIssueUnlinkAlert
UpdateProjectMutationUpdateImageDiffNote
UpdateProjectMutationUpdateIssue
UpdateProjectMutationUpdateNote
UpdateProjectMutationWorkItemAddClosingMergeRequest
UpdateProjectMutationWorkItemConvert
UpdateProjectMutationWorkItemCreateFromTask
UpdateProjectMutationWorkItemUpdate
UpdateProjectMutationworkItemsReorder
UpdateGroupMutationIterationCadenceUpdate
UpdateGroupMutationUpdateImageDiffNote
UpdateGroupMutationUpdateIteration
UpdateGroupMutationUpdateNote
UpdateGroupMutationWorkItemAddClosingMergeRequest
UpdateGroupMutationWorkItemConvert
UpdateGroupMutationWorkItemUpdate
UpdateGroupMutationworkItemsReorder

Projects resources

Markdown Upload

Grants the ability to create, delete, and read Markdown uploads.

ActionAccessKindName
CreateProjectMutationUploadCreate
CreateGroupMutationUploadCreate
DeleteProjectMutationUploadDelete
DeleteGroupMutationUploadDelete

Page

Grants the ability to delete, read, and update pages.

ActionAccessKindName
DeleteProjectMutationDeletePagesDeployment
DeleteProjectMutationRestorePagesDeployment
ReadProjectTypePagesDeployment
UpdateProjectMutationPagesMarkOnboardingComplete
UpdateProjectMutationSetPagesForceHttps
UpdateProjectMutationSetPagesUseUniqueDomain

Project

Grants the ability to archive, create, delete, fork, read, share, transfer, and update projects.

ActionAccessKindName
ReadProjectTypeProject
ReadProjectTypeRepositoryLanguage
UpdateProjectMutationProjectSettingsUpdate
UpdateProjectMutationStarProject

Repository resources

Approval Rule

Grants the ability to create, delete, read, and update approval rules.

ActionAccessKindName
CreateProjectMutationbranchRuleApprovalProjectRuleCreate
DeleteProjectMutationapprovalProjectRuleDelete
ReadProjectTypeApprovalProjectRule
ReadProjectTypeApprovalRule
UpdateProjectMutationMergeRequestUpdateApprovalRule
UpdateProjectMutationapprovalProjectRuleUpdate

Branch

Grants the ability to create, delete, protect, and read branches.

ActionAccessKindName
CreateProjectMutationCreateBranch
DeleteProjectMutationBranchDelete
ReadProjectTypeBranch

Branch Rule

Grants the ability to create and update branch rules.

ActionAccessKindName
CreateProjectMutationBranchRuleCreate
UpdateProjectMutationBranchRuleUpdate

Code

Grants the ability to download, push, and read code via Git.

ActionAccessKindName
PushProjectMutationCommitCreate
PushProjectMutationProjectSyncFork
ReadProjectTypeCommit
ReadProjectTypeRepository

Merge Request

Grants the ability to approve, create, delete, merge, read, subscribe, and update merge requests.

ActionAccessKindName
CreateProjectMutationMergeRequestCreate
MergeProjectMutationMergeRequestAccept
ReadProjectTypeMergeRequest
ReadProjectTypeMergeRequestApprovalState
ReadProjectTypeMergeRequestWorkItemRelation
UpdateProjectMutationDismissPolicyViolations
UpdateProjectMutationMergeRequestBypassSecurityPolicy
UpdateProjectMutationMergeRequestCreateWorkItemRelations
UpdateProjectMutationMergeRequestDestroyRequestedChanges
UpdateProjectMutationMergeRequestDestroyWorkItemRelations
UpdateProjectMutationMergeRequestRequestChanges
UpdateProjectMutationMergeRequestSetAssignees
UpdateProjectMutationMergeRequestSetBlockingMergeRequests
UpdateProjectMutationMergeRequestSetDraft
UpdateProjectMutationMergeRequestSetLabels
UpdateProjectMutationMergeRequestSetLocked
UpdateProjectMutationMergeRequestSetMilestone
UpdateProjectMutationMergeRequestSetReviewers
UpdateProjectMutationMergeRequestUpdate

Push Rule

Grants the ability to create, delete, read, and update push rules.

ActionAccessKindName
ReadProjectTypePushRules

Repository

Grants the ability to create, delete, read, and update repositories.

ActionAccessKindName
ReadProjectTypeBlob
ReadProjectTypeRepositoryBlob
ReadProjectTypeTree

Repository Tag

Grants the ability to create, delete, and read repository tags.

ActionAccessKindName
CreateProjectMutationTagCreate
DeleteProjectMutationTagDelete
ReadProjectTypeTag

System Access resources

Email

Grants the ability to create, delete, and read emails.

ActionAccessKindName
ReadUserTypeEmail

Job Token Scope

Grants the ability to read and update job token scopes.

ActionAccessKindName
UpdateProjectMutationCiJobTokenScopeUpdatePolicies

Job Token Scope Allowlist

Grants the ability to create, delete, and read job token scope allowlists.

ActionAccessKindName
CreateProjectMutationCiJobTokenScopeAddGroupOrProject
CreateProjectMutationCiJobTokenScopeAddProject
DeleteProjectMutationCiJobTokenScopeRemoveGroup
DeleteProjectMutationCiJobTokenScopeRemoveProject

Member

Grants the ability to create, delete, read, and update members.

ActionAccessKindName
ReadProjectTypeProjectMember
ReadGroupTypeGroupMember
UpdateProjectMutationProjectMemberBulkUpdate
UpdateGroupMutationGroupMemberBulkUpdate

Metadata

Grants the ability to read instance metadata.

ActionAccessKindName
ReadInstanceTypeGitlabInstanceFeatureFlag
ReadInstanceTypeKas
ReadInstanceTypeMetadata

Personal Access Token

Grants the ability to create, read, revoke, and rotate personal access tokens.

ActionAccessKindName
CreateUserMutationPersonalAccessTokenCreate
RevokeUserMutationPersonalAccessTokenRevoke
RotateUserMutationPersonalAccessTokenRotate

User

Grants the ability to activate, approve, ban, block, create, deactivate, delete, disable two factor, follow, read, reject, unban, unblock, unfollow, and update users.

ActionAccessKindName
ReadUserTypeAddOnUser
ReadUserTypeAutocompletedUser
ReadUserTypeCurrentUser
ReadUserTypeMergeRequestAssignee
ReadUserTypeMergeRequestAuthor
ReadUserTypeMergeRequestParticipant
ReadUserTypeMergeRequestReviewer
ReadUserTypeUserCore