Magidoc

CreateAccountApiKeyInput
Input Object

Fields

#

audiences

[ String !]

List of audience IDs that the group will have access to. Refer to the audiences query to retrieve all audiences for the account.

name

Non-null

Unique name to reference the api key. Max length: 100

permissionKeys

[ String !]!
Non-null

List of permissions, in the form of permission key names, that will be granted to the group. The keys are defined by the system. Refer to the permissions query to retrieve permission keys.

Usages

#

References

#

  • Argument input of field createAccountApiKey from type Mutation