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.

Changes

No recorded changes to this endpoint across all 6 revisions of this API.