# CreateAuthorizedUserInput

Input for `createAuthorizedUser`.

```
input CreateAuthorizedUserInput {

  userEmail: String!

  accessLevel: AuthorizedUserAccessLevel

  storeId: ID

  pointOfSaleId: ID

}
```

### Fields[​](#fields "Enlace directo al Fields")

#### [`CreateAuthorizedUserInput.userEmail`](#user-email) ● [`String!`](https://docs.monei.com/es/es/apis/graphql/types/scalars/string/.md) non-null scalar[​](#user-email "Enlace directo al user-email")

Email of the user to invite. An invitation email is sent if the user is new.

#### [`CreateAuthorizedUserInput.accessLevel`](#access-level) ● [`AuthorizedUserAccessLevel`](https://docs.monei.com/es/es/apis/graphql/types/enums/authorized-user-access-level/.md) enum[​](#access-level "Enlace directo al access-level")

Permission level to grant. Defaults to `READ_ACCESS`. `ADMIN_ACCESS` is rejected when `storeId` or `pointOfSaleId` is set.

#### [`CreateAuthorizedUserInput.storeId`](#store-id) ● [`ID`](https://docs.monei.com/es/es/apis/graphql/types/scalars/id/.md) scalar[​](#store-id "Enlace directo al store-id")

Restrict the user to a single store.

#### [`CreateAuthorizedUserInput.pointOfSaleId`](#point-of-sale-id) ● [`ID`](https://docs.monei.com/es/es/apis/graphql/types/scalars/id/.md) scalar[​](#point-of-sale-id "Enlace directo al point-of-sale-id")

Restrict the user to a single point of sale.

### Member Of[​](#member-of "Enlace directo al Member Of")

[`createAuthorizedUser`](https://docs.monei.com/es/es/apis/graphql/operations/mutations/create-authorized-user/.md) mutation
