User
ch:user
LINK RELATION
,
EMBEDDED RELATION
Actions
| method | description |
|---|---|
| GET | View user |
| OPTIONS | Retrieve supported HTTP methods |
Request parameters
No request parameters.
Profile
A User represents information about a user.
Properties
| name | type |
|---|---|
| name | string |
Link relations
| rel | conditional |
|---|---|
| self | false |
Additional semantics
No additional semantics.
Example representation
{
"name": "Caroline S. Bech",
"email": "CarolineSBech@example.com",
"_links": {
"self": {
"href": "https://merchant.test.clearhaus.com/users/bb7139df-f88d-4b5e-906e-4e7efabf0b0b"
}
}
}