#Tenant ID Validation

1 messages · Page 1 of 1 (latest)

last cedar
#

Hi @quick schooner, can you please share the error you received?

quick schooner
#

{
"code": 3,
"message": "invalid SchemaWriteRequest.TenantId: value does not match regex pattern "^[a-zA-Z0-9]+$"",
"details": []
}

last cedar
#

Hi @quick schooner, yes, we do not support the "-" special character. You can create it as "foobar" instead. The absence of the same validation on the Create Tenant request is a bug. We will open an issue and make the necessary adjustments.

quick schooner
#

Yep - that is what I figured out as well. I assumed it was just missing validation on tenant creation