Cisco Cisco Meeting Server 2000 开发者指南

下载
页码 147
Cisco Meeting Server Release 2.0 : API Reference Guide
91
Response elements
Type/Value
Description/Notes
userJid
String
e.g.
tenant
ID
The id of the tenant with which this user is associated, if applicable
name
String
User's display name
email
String
e.g.
authenticationId
String
The id used for authentication; this value is checked against values from
the certificate that the user presents during certificate-based
authentication.
userProfile
ID
If present, this is the ID of the user profile associated with this user. This
parameter is present from version 2.0 onwards.
Retrieving a User’s coSpace Associations
GET method performed on a “/users/<user ID>/usercoSpaces” node retrieves the coSpaces
that the user is a member of. (Also see the
on coSpace member permissions for auto-
generated members.)
Response
elements
Type/Value
Description/Notes
Response is structured as a top-level <usercoSpaces total=”N”> tag with
potentially multiple <usercoSpace> elements within it.
coSpace
ID
<usercoSpace> elements follow the general form on the left.
9.3 User Profile Methods
User profiles control the facilities provided to the users in the profile, for instance whether they
can create new coSpaces, create new calls, make phone calls, slave SIP endpoints, allowed to
send and receive chat messages when in a point to point call with another user. For more
information see also
9.3.1 Retrieving user profiles
GET method performed on the “/userProfiles” node.
Parameters
Type/Value
Description/Notes
offset
limit
Number
Number
An "offset" and "limit" can be supplied to retrieve elements other than the first
"page" in the notional list (see
above
).
usageFilter
Referenced|
unreferenced
Using unreferenced retrieves only those user profiles that are not referenced by
global settings or any other object. This is a useful check before deleting a user
profile. To retrieve just those user profiles which are referenced in at least one
place, you can supply "usageFilter=referenced"
9   User Related Methods