docs/guides/tenantID-naming-conventions.md
The tenant ID (also called "user ID" or "org ID") is the unique identifier of a tenant within a Cortex cluster. The tenant ID is opaque information to Cortex, which doesn't make any assumptions on its format/content, but its naming has three limitations:
The following character sets are generally safe for use in the tenant ID:
0-9a-zA-Z!)-)_).), but the tenant IDs . and .. are considered invalid*)')()))All other characters are not safe to use. In particular, slashes / and whitespaces ( ) are not supported.
The following tenant IDs are considered invalid in Cortex.
.)..)__markers__)user-index.json.gz)The tenant ID length should not exceed 150 bytes/characters.