website/docs: add missing user uid field

Signed-off-by: Jens Langhammer <jens@goauthentik.io>
This commit is contained in:
Jens Langhammer 2023-01-18 15:22:06 +01:00
parent 6e0c9acb34
commit eb1e0427c1
No known key found for this signature in database
1 changed files with 1 additions and 0 deletions

View File

@ -46,6 +46,7 @@ The User object has the following attributes:
- `username`: User's username.
- `email` User's email.
- `uid` User's unique ID
- `name` User's display name.
- `is_staff` Boolean field if user is staff.
- `is_active` Boolean field if user is active.