Appearance
Get user by id
GET
/user/{id}
Authorizations
bearer
Type
HTTP (bearer)
Parameters
Path Parameters
id*
The id of the user you're looking for
Type
Requiredstring
Example
"{{$number.int(min=1)}}"Responses
application/json
JSON
{
"email": "informatique@polyflyx.com",
"username": "user-1768",
"firstname": "Thomas",
"lastname": "Samot",
"roles": [
],
"rights": [
]
}