Fetch a single user
editFetch a single user
editFetches a single user.
Request
editGET /api/v1/users/{user_name}
Path parameters
editName | Type | Required | Description |
---|---|---|---|
|
|
Y |
Identifier for the user |
Responses
edit-
200
-
(
User
)User successfully fetched
-
404
-
User not found. (code:
user.not_found
)Headers
-
x-cloud-error-codes
(string
; allowed values: [user.not_found
]) - The error codes associated with the response
-
Request example
editcurl -XGET https://{{hostname}}/api/v1/users/{user_name} \ -H "Authorization: ApiKey $ECE_API_KEY"