Weaviate Dbuser Info Structure is a JSON Structure definition published by Weaviate, describing 8 properties. It conforms to the https://json-structure.org/meta/extended/v0/# meta-schema.
{
"$schema": "https://json-structure.org/meta/extended/v0/#",
"$id": "https://api-evangelist.github.io/weaviate/json-structure/weaviate-dbuser-info-structure.json",
"title": "DBUserInfo",
"description": "Weaviate DBUserInfo schema",
"type": "object",
"properties": {
"roles": {
"type": "array",
"description": "The roles associated with the user."
},
"userId": {
"type": "str",
"description": "The name (ID) of the user."
},
"dbUserType": {
"type": "str",
"description": "Type of the returned user."
},
"active": {
"type": "bool",
"description": "Activity status of the returned user."
},
"createdAt": {
"type": "datetime",
"description": "Date and time in ISO 8601 format: YYYY-MM-DDTHH:MM:SSZ."
},
"apiKeyFirstLetters": {
"type": "str",
"description": "First 3 letters of the associated API key."
},
"lastUsedAt": {
"type": "datetime",
"description": "Date and time in ISO 8601 format: YYYY-MM-DDTHH:MM:SSZ."
},
"namespace": {
"type": "str",
"description": "The namespace this user is bound to. Only populated for callers with global-operator privileges; omitted otherwise."
}
}
}
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we
store it to create your key and to recognise you if you sign in with another
provider. See our Privacy Policy and
Terms.