# DelegateAccessTokenCreateUserError - admin-graphql - OBJECT Version: 2024-10 ## Description An error that occurs during the execution of `DelegateAccessTokenCreate`. ### Access Scopes ## Fields * [code](/docs/api/admin-graphql/2024-10/enums/DelegateAccessTokenCreateUserErrorCode): DelegateAccessTokenCreateUserErrorCode - The error code. * [field](/docs/api/admin-graphql/2024-10/scalars/String): String - The path to the input field that caused the error. * [message](/docs/api/admin-graphql/2024-10/scalars/String): String! - The error message. ## Connections ## Related queries ## Related mutations * [delegateAccessTokenCreate](/docs/api/admin-graphql/2024-10/mutations/delegateAccessTokenCreate) Creates a delegate access token. To learn more about creating delegate access tokens, refer to [Delegate OAuth access tokens to subsystems](https://shopify.dev/docs/apps/build/authentication-authorization/access-tokens/use-delegate-tokens). ## Related Unions ## Examples