# updateAuthorizedUser

Updates a dashboard user's access level or store/POS scoping on the current account. Caller must have `ADMIN_ACCESS` (or use an API key).

```
updateAuthorizedUser(

  input: UpdateAuthorizedUserInput!

): AuthorizedUser
```

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

#### [`updateAuthorizedUser.input`](#input) ● [`UpdateAuthorizedUserInput!`](https://docs.monei.com/apis/graphql/types/inputs/update-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.
