# CreateAuthorizedUserInput

Input for `createAuthorizedUser`.

```
input CreateAuthorizedUserInput {

  userEmail: String!

  accessLevel: AuthorizedUserAccessLevel

  storeId: ID

  pointOfSaleId: ID

}
```

### Fields[​](#fields "Direct link to Fields")

#### [`CreateAuthorizedUserInput.userEmail`](#user-email) ● [`String!`](https://docs.monei.com/apis/graphql/types/scalars/string/.md) non-null scalar[​](#user-email "Direct link to 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/apis/graphql/types/enums/authorized-user-access-level/.md) enum[​](#access-level "Direct link to 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/apis/graphql/types/scalars/id/.md) scalar[​](#store-id "Direct link to store-id")

Restrict the user to a single store.

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

Restrict the user to a single point of sale.

### Member Of[​](#member-of "Direct link to Member Of")

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