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