core/api: add uuid field to core api user http response (#7110)
* feat: Add uuid field to core api user response * update schema Signed-off-by: Jens Langhammer <jens@goauthentik.io> --------- Signed-off-by: Jens Langhammer <jens@goauthentik.io> Co-authored-by: hor <hor@HOSRV> Co-authored-by: Jens Langhammer <jens@goauthentik.io>
This commit is contained in:
		| @ -190,6 +190,7 @@ class UserSerializer(ModelSerializer): | ||||
|             "uid", | ||||
|             "path", | ||||
|             "type", | ||||
|             "uuid", | ||||
|         ] | ||||
|         extra_kwargs = { | ||||
|             "name": {"allow_blank": True}, | ||||
|  | ||||
		Reference in New Issue
	
	Block a user
	 horego
					horego