Show User - Lagoon/LagoonSecurity-API GitHub Wiki
Retrieves infomation about a specific user.
GET /users/{user_id}
If your application is configured to use contexts use:
GET /contexts/{cname}/users/{user_id}
Parameters:
user_id: User Idendification
Output Example:
{
"id": 13,
"enable": true,
"ghost": false,
"login": "user",
"name": "User",
"email": "[email protected]",
"profiles": [{
"id": 16,
"description": "admin profile",
"name": "admin"
}]
}