Looks up a singleDocumentation Index
Fetch the complete documentation index at: https://mintlify.com/Miguel-Rodriguez15/msvc/llms.txt
Use this file to discover all available pages before exploring further.
Usuario by its auto-generated numeric ID. If the record exists it is returned as a JSON object; if no user matches the given ID the endpoint returns an empty 404 Not Found response. A valid OAuth2 Bearer token with either the read or write scope is required.
Base URL: http://localhost:8001Gateway URL:
http://localhost:8090/api/usuarios
Endpoint
Request
Headers
| Header | Value |
|---|---|
Authorization | Bearer <access_token> |
Content-Type | application/json |
Path Parameters
The numeric primary key of the user to retrieve. Must be a positive integer.
Response
200 OK
Returns a singleUsuario object.
Auto-generated primary key of the user.
The user’s display name.
The user’s unique email address.
The BCrypt-encoded password hash stored for the user.
404 Not Found
Returned when no user exists for the providedid. The response body is empty.