# MerchantUser - partner - OBJECT
Version: 2025-04

## Description
A merchant account. This might be a shop owner, a staff member, or a user that isn't associated with a shop.
A single merchant account can be associated with many shops.

### Access Scopes



## Fields
* [avatarUrl](/docs/api/partner/2025-04/scalars/Url): Url - A URL referencing the avatar associated with the actor.
* [id](/docs/api/partner/2025-04/scalars/ID): ID! - A globally unique identifier for the actor. Example value: `gid://partners/Shop/1234`.
* [name](/docs/api/partner/2025-04/scalars/String): String! - The user's full name.
* [timezone](/docs/api/partner/2025-04/scalars/String): String! - The user's time zone.

## Connections



## Related queries

## Related mutations

## Related Unions
* [MessageSender](/docs/api/partner/2025-04/unions/MessageSender) A union of all of the types that can send messages within a conversation.

## Examples