admin

Create User

Create a user (currently only bot role is supported).

post/api/v1/admin/users

Request body

usernamestring required
role'admin' | 'user' | 'bot' | 'pending' required

User roles for access control

avatar_urlstring nullable

Response

Successful Response

idstring uuid required
usernamestring required
avatar_urlstring nullable
emailstring nullable
rolestring required
created_atstring date-time required
last_loginstring date-time nullable
permissionsstring[] required

Changes

No recorded changes to this endpoint across all 1 revision of this API.