Skip to main content
POST
Log in

Body

application/json
username
string
required
write-only
password
string
required
write-only

Response

201 - application/json
id
string<uuid>
required
read-only
token
string
required
read-only
organizations
string
required
read-only
password
string
required
Maximum string length: 128
created_at
string<date-time>
required
read-only
updated_at
string<date-time>
required
read-only
email
string<email>
required
Maximum string length: 255
last_login
string<date-time> | null
is_superuser
boolean

Designates that this user has all permissions without explicitly assigning them.

is_staff
boolean

Designates whether the user can log into this admin site.

is_active
boolean

Designates whether this user should be treated as active. Unselect this instead of deleting accounts.

date_joined
string<date-time>
first_name
string | null
Maximum string length: 50
last_name
string | null
Maximum string length: 100
groups
integer[]

The groups this user belongs to. A user will get all permissions granted to each of their groups.

user_permissions
integer[]

Specific permissions for this user.