user
| Namespace: |
http://www.gentics.com/rest |
| XML Schema: |
ns0.xsd |
User object, representing a SystemUser in GCN
XML
Elements
| name (type) |
min/max occurs |
description |
|
id (int)
|
0/1 |
User ID
|
|
firstName (string)
|
0/1 |
Firstname
|
|
lastName (string)
|
0/1 |
Lastname
|
|
description (string)
|
0/1 |
Description
|
|
email (string)
|
0/1 |
eMail Adress
|
|
groups (group)
|
0/unbounded |
Groups the user is member of
|
|
login (string)
|
0/1 |
Login name
|
JSON
| property |
type |
description |
| id |
id (int)
|
User ID
|
| firstName |
firstName (string)
|
Firstname
|
| lastName |
lastName (string)
|
Lastname
|
| description |
description (string)
|
Description
|
| email |
email (string)
|
eMail Adress
|
| groups |
array of groups (group)
|
Groups the user is member of
|
| login |
login (string)
|
Login name
|