Site users management - Models - User summary object
OVERVIEW
The below XML defines the elements and attributes of a user object. Please note that this object does not cover all user attributes but only the attributes that are commonly used. The user summary object is returned in the case of list functions such as get user list to avoid sending all user details. The complete user details can be obtained by calling the GetUserInfo method.
<users>
<user>
<name>
<firstname>user</firstname>
<lastname>name</lastname>
</name>
<email>user@domain.com</email>
<phone>44156680000</phone>
<jobtitle>Senior Solution Architect</jobtitle>
<mobile>441561510000</mobile>
<department>Development</department>
<status>Active</status>
<organisation>
<orgname></orgname>
<orgid></orgid> {GUID ID of the organisation}
<orgaddress></orgaddress>
</organisation>
<location>
<city>London</city>
</location>
</user>
</users>
Parameter | Type | Description |
---|---|---|
firstname | String | |
lastname | String | |
organisation |
Object | This is a object of organisation details where orgid is the GUID of the organisation, and orgaddress is the organisation address. |
String | ||
phone | String | |
mobile | String | |
department | String | |
location location object compose of the following string variables String city </location> |
Object | |
jobtitle | String | |
status | String |
Comments
0 Comments