User Accounts

Create a new user.

A user who can login and use the system.

post/api/users

Request body

emailstring required
isActiveboolean
isSuperuserboolean
isVerifiedboolean
namestring nullable
passwordstring required

Response

Document created, URL follows

avatarUrlstring nullable
emailstring required
hasPasswordboolean
idstring uuid required
isActiveboolean
isSuperuserboolean
isTwoFactorEnabledboolean
isVerifiedboolean
namestring nullable

Changes

Changed in 2 of the 3 revisions of this API.134

  • 1df5362b73fc121See the full diff
    • removed the required property oauthAccounts/items/accessToken from the response with the 201 status

      response-required-property-removed

    • removed the optional property oauthAccounts/items/expiresAt from the response with the 201 status

      response-optional-property-removed

    • removed the optional property oauthAccounts/items/refreshToken from the response with the 201 status

      response-optional-property-removed

    • added the optional property oauthAccounts/items/scopes to the response with the 201 status

      response-optional-property-added

  • 6b2fad3e4bcc13See the full diff
    • removed the optional property oauthAccounts/items/scopes from the response with the 201 status

      response-optional-property-removed

    • added the optional property oauthAccounts/items/expiresAt to the response with the 201 status

      response-optional-property-added

    • added the optional property oauthAccounts/items/refreshToken to the response with the 201 status

      response-optional-property-added

    • added the required property oauthAccounts/items/accessToken to the response with the 201 status

      response-required-property-added

    This revision also has 23 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog