evil.bobE
ZITADEL4w ago
15 replies
evil.bob

CreateUser documentation incorrectly states that the organisation id is optional

Unsolved☁️Zitadel Cloud🪲Bugs
The CreateUser documetnation shows
organizationId
as optional. It isn't.

Omitting
organizationId
results in an
400 - Bad Request
response with the payload

{
  "code":3,
  "message":"invalid CreateUserRequest.OrganizationId: value length must be between 1 and 200 runes, inclusive"
}
Was this page helpful?