Get Current User Info
Return information about the current user.
Args: user (Annotated[User, Depends): user dependency, handled by get_current_user.
Returns: UserPublic: public information about the current user.
Response
Successful Response
Changes
Changed in 2 of the 2 revisions of this API.24
- ▲
removed the required property
groupfrom the response with the200statusresponse-required-property-removed
- ○
the endpoint scheme security
APIKeyCookiewas added to the APIapi-security-added
- ○
added the required property
group_idsto the response with the200statusresponse-required-property-added
This revision also has 14 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲
- ▲
removed the required property
group_idsfrom the response with the200statusresponse-required-property-removed
- ○
the endpoint scheme security
APIKeyCookiewas removed from the APIapi-security-removed
- ○
added the required property
groupto the response with the200statusresponse-required-property-added
This revision also has 103 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲