--- title: TeamMember - Partner API description: An owner or staff member of the Partner Organization. api_version: 2025-01 api_name: partner type: object api_type: graphql source_url: html: 'https://shopify.dev/docs/api/partner/2025-01/objects/TeamMember' md: 'https://shopify.dev/docs/api/partner/2025-01/objects/TeamMember.md' --- # Team​Member object An owner or staff member of the Partner Organization. ## Fields * avatar​Url [Url](https://shopify.dev/docs/api/partner/2025-01/scalars/Url) A URL referencing the avatar associated with the actor. * id [ID!](https://shopify.dev/docs/api/partner/2025-01/scalars/ID) non-null A globally unique identifier for the actor. Example value: `gid://partners/Shop/1234`. * name [String!](https://shopify.dev/docs/api/partner/2025-01/scalars/String) non-null The team member's full name. *** ## Map ### Possible type in * [Message​Sender](https://shopify.dev/docs/api/partner/2025-01/unions/MessageSender) *** ## Interfaces * * [Actor](https://shopify.dev/docs/api/partner/2025-01/interfaces/Actor) interface * [Node](https://shopify.dev/docs/api/partner/2025-01/interfaces/Node) interface *** ## ||-TeamMember Implements ### Implements * ||-[Actor](https://shopify.dev/docs/api/partner/2025-01/interfaces/Actor) * ||-[Node](https://shopify.dev/docs/api/partner/2025-01/interfaces/Node)