You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 29, 2023. It is now read-only.
Everywhere in the API reference User Props is described as
object. For instance https://api.mattermost.com/#operation/CreateUser .Regarding to https://www.json.org/json-en.html JSON object can have members of any JSON types.
But in official drivers the field
propshas typemap[string]stringhttps://github.com/mattermost/mattermost-server/blob/d1eeafb29ff822cf6d9850a5307ab37c61fbc445/model/user.go#L85
https://github.com/mattermost/mattermost-redux/blob/3d1028034d7677adfda58e91b9a5dcaf1bc0ff99/src/types/users.ts#L42
Proposal:
In the API reference clearly specify that User Props can have members only of string type