Maximum length of DisplayName for a user

Hi,

What is the maximum allowed length of user’s displayName?

Regards,
Nasir

Hello, @muhammad.nasir.ext

Maximum allowed length for user’s displayName is 50 letters.

Best regards
Support Team

I think it is 100 not 50

{
  "status": "error",
  "message": "Parameters validation error!",
  "code": 500000,
  "data": {
    "detail": [
      "The 'displayName' field length must be less than or equal to 100 characters long."
    ]
  }
}
1 Like