Get user by ID
DevelopingGET
/users/{userid}Request
Path Params
userid
string
required
Request samples
Responses
Yourself(200)
Others(200)
HTTP Code: 200
Content Type : JSONapplication/json
Data Schema
userid
integer
required
name
string
required
surname
string
required
email
string
required
createdAt
string
required
date
role
string
required
url
string
required
projects_url
string
required
courses_url
string
required
Example
{
"userid": 0,
"name": "string",
"surname": "string",
"email": "string",
"createdAt": "string",
"role": "string",
"url": "string",
"projects_url": "string",
"courses_url": "string"
}
Last modified: 10 months ago