users
Copy Page
LeksiGo v2
auth
login
POST
register
POST
logout
POST
child
get [parent]
GET
post [parent]
POST
get [insitution]
GET
put [parent]
PUT
delete [parent]
DELETE
users
get
GET
post
POST
show
GET
put
PUT
delete
DELETE
institution
get
GET
post [admin]
POST
show
GET
updateStatus
PATCH
get applicants [institution]
GET
apply applicants [institution]
POST
teacher
get
GET
post
POST
put
PUT
updateStatus
PATCH
playground
teacher
course
store
get
show
put
active status
modul
post
put
active status
submit answer
users
Copy Page
show
Developing
GET
/users/{userId}
Try it
Run in Apidog
Run in Apidog
Request
Path Params
Generate Code
Header Params
Generate Code
Responses
🟢
200
Success
application/json
Generate Code
Body
application/json
Generate Code
Request
Request Example
Shell
JavaScript
Java
Swift
cURL
cURL-Windows
Httpie
wget
PowerShell
curl
--location
--globoff
'/users/{{userId}}'
\
--header
'Authorization: Bearer {{accessToken}}'
Response
Response Example
{
}
Modified atÂ
2026-05-10 08:00:22
Previous
post
Next
put