website/docs: add missing user uid field
Signed-off-by: Jens Langhammer <jens@goauthentik.io>
This commit is contained in:
parent
6e0c9acb34
commit
eb1e0427c1
|
@ -46,6 +46,7 @@ The User object has the following attributes:
|
||||||
|
|
||||||
- `username`: User's username.
|
- `username`: User's username.
|
||||||
- `email` User's email.
|
- `email` User's email.
|
||||||
|
- `uid` User's unique ID
|
||||||
- `name` User's display name.
|
- `name` User's display name.
|
||||||
- `is_staff` Boolean field if user is staff.
|
- `is_staff` Boolean field if user is staff.
|
||||||
- `is_active` Boolean field if user is active.
|
- `is_active` Boolean field if user is active.
|
||||||
|
|
Reference in New Issue