Cisco Acano X-series 開発者ガイド

ページ / 147
Cisco Meeting Server Release 2.0 : API Reference Guide
92
Response
elements
Type/Value
Description/Notes
Response is structured as a top-level <userProfiles total="N"> tag with potentially
multiple <userProfile> elements within it.
9.3.2 Setting up and modifying user profiles
n
Creating: POST method to the /userProfiles" node
n
Modifying: PUT to "/userProfiles/<user profile id>"
Parameters
Type/Value
Description/Notes
canCreateCoSpaces
true|false
Whether a user associated with this user profile is permitted to
create new coSpaces
canCreateCalls
true|false
Whether a user associated with this user profile is permitted to
create new calls
canUseExternalDevices
true|false
Whether a user associated with this user profile is permitted to
use slave SIP devices
canMakePhoneCalls
true|false
Whether a user associated with this user profile will be
displayed the option to make phone calls in the client
userToUserMessagingAllowed
true|false
Whether a user associated with this user profile will be
allowed to send and receive messages when in a point to
point call with another user
audioParticipationAllowed
true|false
Whether or not a user associated with this user profile and
using the Cisco Meeting Appwill be allowed to send or receive
live audio when in a call. This restriction does not apply to
dialing directly into the call via SIP, or slaving to a SIP
endpoint.
This parameter is present from version 2.0 onwards.
videoParticipationAllowed
true|false
Whether or not a user associated with this user profile will be
allowed to send or receive live video when in a call. This
restriction does not apply to dialing directly into the call via
SIP, or slaving to a SIP endpoint.
This parameter is present from version 2.0 onwards.
presentationParticipationAllowed
true|false
Whether or not a user associated with this user profile will be
allowed to send or receive presentation media when in a call.
This restriction does not apply to dialing directly into the call
via SIP, or slaving to a SIP endpoint.
This parameter is present from version 2.0 onwards.
9   User Related Methods