userElement
| Extends: | APIGenericEntity |
| Namespace: | (default namespace) |
| XML Schema: | ns0.xsd |
User
XML
Elements
| name (type) | min/max occurs |
description |
|---|---|---|
| link (link) | 0/unbounded | Links indicating possible actions |
| email (string) | 0/1 | Email. Used as login. |
| status (userStatusEnum) | 0/1 | Status |
| role (roleEnum) | 0/1 | Role |
JSON
| property | type | description |
|---|---|---|
| link | array of link (link) | Links indicating possible actions |
| email (string) | Email. Used as login. | |
| status | status (userStatusEnum) | Status |
| role | role (roleEnum) | Role |