aboutsummaryrefslogtreecommitdiffstats
path: root/docs/versioned_docs/version-v0.23.1/API/get-current-user-info.api.mdx
blob: 0dac0d299d455b87422c3236d956aa2fc2cc2b4d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
---
id: get-current-user-info
title: "Get current user info"
description: "Returns info about the current user"
sidebar_label: "Get current user info"
hide_title: true
hide_table_of_contents: true
api: eJyNU7Fy2zAM/RXdm3mW01GbhzZNl+Za5zr4PNASHDGRRAaE0vp0/PceKDWxkw7RIokE8ID3HiY0FGt2QZwfUOEHychDLNxw9IU9+FEKaamoR2YapBgjMQzE3kdUO9xF4oi9QaR6ZCcnVLsJB7JMvBmlRbXbp70BUwx+iBRRTfi0XuvrEvf74YFqKX47aTNI0VixKxjUfhAaRDNsCJ2rrWaUD1HTJsS6pd7ql5wCoYLPhWAQ2AdicTOoa85iorAb7pEMBtvT+wuDYew6e+gIlfBIyYB667oPRCYd9ml0TI0S5Brskz4GPUnrG1S4p9yeVXpQ6rCx7AlKIj8rn8rhyB0qTLZpmGJMpQ2ufL6CwbNlp3h5quV6pvNox05QoRUJsSpL4dOq9ZYb4pUNAeYN5duWiqVA4Y9Z5iW8mDtBSulM259K9Yx7rvALJYqrU+QwVEsQzPLxxXNvtb9vv7ZQQtRimq4zzx1drdartdrLiRKKr0s7m9ub/3a/ub0pjp5z6/9iddJkEHyU3maLzBrjmuTCxtnib8tOr3776CrMwwv9kTJ01g2KntWbFo13yBpDLaC70vooejpNBxvpjruU9PhpJNb92b9qnNfHoCXbEGdbPNIJFTZ1TUGyGbpR0d9thur2Yrjrz1sY2Eu13qiTqy9Xdjid1Z6mOWLrH2lICWZpQvQfSe39F505dr4=
sidebar_class_name: "get api-method"
info_path: API/hoarder-api
custom_edit_url: null
hide_send_button: true
---

import MethodEndpoint from "@theme/ApiExplorer/MethodEndpoint";
import ParamsDetails from "@theme/ParamsDetails";
import RequestSchema from "@theme/RequestSchema";
import StatusCodes from "@theme/StatusCodes";
import OperationTabs from "@theme/OperationTabs";
import TabItem from "@theme/TabItem";
import Heading from "@theme/Heading";

<Heading
  as={"h1"}
  className={"openapi__heading"}
  children={"Get current user info"}
>
</Heading>

<MethodEndpoint
  method={"get"}
  path={"/users/me"}
  context={"endpoint"}
>
  
</MethodEndpoint>



Returns info about the current user

<ParamsDetails
  parameters={undefined}
>
  
</ParamsDetails>

<RequestSchema
  title={"Body"}
  body={undefined}
>
  
</RequestSchema>

<StatusCodes
  id={undefined}
  label={undefined}
  responses={{"200":{"description":"Object with user data.","content":{"application/json":{"schema":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string","nullable":true},"email":{"type":"string","nullable":true}},"required":["id"]}}}}}}
>
  
</StatusCodes>