| name | data type | constraints | description |
|---|---|---|---|
| string | required | ||
| name | string | required | |
| links | array of object | Set of links managed by this resource This field is ignored in PUT/POST operations |
Example
{
"email" : "...",
"name" : "...",
"links" : [ { }, { } ]
}