Skip to main content

administerObjectPermission Mutation

Administers a Permission to an object for the specified User.

Access is not permitted.

Input fields (AdministerObjectPermissionInput!)

ArgumentTypeDescription
grantBoolean!Specifies whether to grant or revoke the specified Permission.
permissionID!The Permission to grant for the specified object.
objectID!The object for which the specified Permission is being granted.
idIDThe ID of the User to mutate.
clientMutationIdStringA unique identifier for the client performing the mutation.

Return fields (AdministerObjectPermissionPayload)

clientMutationId (String)
errors ([ErrorType!]!)
user (User)