# createAuthorizedUser

Invites a dashboard user to the current account. Caller must have `ADMIN_ACCESS` (or use an API key). Sends an invitation email when the user is new to MONEI.

```
createAuthorizedUser(

  input: CreateAuthorizedUserInput!

): AuthorizedUser
```

### Arguments[​](#arguments "Direct link to Arguments")

#### [`createAuthorizedUser.input`](#input) ● [`CreateAuthorizedUserInput!`](https://docs.monei.com/apis/graphql/types/inputs/create-authorized-user-input/.md) non-null input[​](#input "Direct link to input")

### Type[​](#type "Direct link to Type")

#### [`AuthorizedUser`](https://docs.monei.com/apis/graphql/types/objects/authorized-user/.md) object[​](#authorizeduser- "Direct link to authorizeduser-")

Dashboard user authorized to access a MONEI merchant account. The same email may appear on multiple accounts with different access levels.
