2021-08-11 17:17:55 +00:00

2.6 KiB

User

This schema defines the User entity. A user can be part of 0 or more teams. A special type of user called Bot is used for automation. A user can be an owner of zero or more data assets. A user can also follow zero or more data assets.

$id: https://github.com/open-metadata/OpenMetadata/blob/main/catalog-rest-service/src/main/resources/json/schema/entity/teams/user.json

Type: object

This schema does not accept additional properties.

Properties

Types definitions in this schema

userName

  • A unique name of the user typically the user ID from an identity provider. Example - uid from ldap.
  • Type: string
  • Length: between 1 and 64