v3

latestOpenAPI 3.0.3MIT2026-07-313881,2455.6 MB
Admin

Creates and returns a new user if the requesting user is staff. This works even if new signups are disabled.

post/api/admin/users/

Request body

usernamestring email required
namestring required
is_activeboolean

Designates whether this user should be treated as active. Set this to false instead of deleting accounts.

is_staffboolean

Designates whether this user is an admin and has access to all workspaces and Baserow's admin areas.

passwordstring required

Response

idinteger required
usernamestring email required
namestring required
last_loginstring date-time nullable
date_joinedstring date-time
is_activeboolean

Designates whether this user should be treated as active. Set this to false instead of deleting accounts.

is_staffboolean

Designates whether this user is an admin and has access to all workspaces and Baserow's admin areas.