UpdateAuthorizedUserInput
No description
input UpdateAuthorizedUserInput {
userEmail: String!
accessLevel: AuthorizedUserAccessLevel
storeId: ID
pointOfSaleId: ID
}
Fields
UpdateAuthorizedUserInput.userEmail ● String! non-null scalar
Email address of the authorized user to be updated
UpdateAuthorizedUserInput.accessLevel ● AuthorizedUserAccessLevel enum
Access level for the authorized user granted by the authorizer
UpdateAuthorizedUserInput.storeId ● ID scalar
Limit access to a specific store
UpdateAuthorizedUserInput.pointOfSaleId ● ID scalar
Limit access to a specific point of sale
Member Of
updateAuthorizedUser mutation