v52

latestOpenAPI 3.0.0Apache 2.0raw.githubusercontent.com2026-08-03134119177.4 KB
auth

get user

get/auth/users/{userId}

Response

user

idstring required

A unique identifier for the user. Cannot be edited.

creation_dateinteger required

Unix Epoch in seconds

friendly_namestring

A shorter name for the user than the id. Unlike id it does not identify the user (it might not be unique). Used in some places in the UI.

emailstring

The email address of the user. If API authentication is enabled, this field is mandatory and will be invited to login. If API authentication is disabled, this field will be ignored. All current APIAuthenticators require the email to be lowercase and unique, although custom authenticators may not enforce this.