Files
medusa-store/www/apps/api-reference/specs/admin/components/schemas/AdminUpdateUser.yaml
T
2024-10-03 07:48:54 +00:00

17 lines
387 B
YAML

type: object
description: The properties to update in a user.
x-schemaName: AdminUpdateUser
properties:
first_name:
type: string
title: first_name
description: The user's first name.
last_name:
type: string
title: last_name
description: The user's last name.
avatar_url:
type: string
title: avatar_url
description: The URL of the user's avatar.