Cisco Acano X-series 開発者ガイド

ページ / 147
Cisco Meeting Server Release 2.0 : API Reference Guide
35
generated member via the API will only have a temporary effect and will be overwritten at the
next LDAP sync: you can discover whether a member is auto-generated – see the next section.
Finally, if a user creates a coSpace from the Cisco Meeting App, then canDeleteAllMessages is
set to false for all members, and all other permissions are set to true by default for all members.
For a summary of default settings for the permissions, see the table below:
Permission
coSpace created by:
Cisco Meeting App
LDAP sync
API
canDestroy
true
false
false
canAddRemoveMember
true
true
false
canChangeName
true
false
false
canChangeUri
true
false
false
canChangeCallId
true
false
false
canChangePasscode
true
true
false
canPostMessage
true
true
false
canRemoveSelf
true
false
false
canDeleteAllMessages
false
true
false
6.4.3 Retrieving Information on a coSpace member
GET method performed on a “/coSpaces/<coSpace ID>/coSpaceUsers/<coSpaceUser ID>”
node. If the retrieval is valid, a “200 OK” response is received, with containing a single
<coSpaceUser id=<ID>> object with data as described above for the
case. In addition
n
the autoGenerated value shows whether the coSpace member was added to the coSpace
automatically as part of an LDAP sync operation
n
the canDeleteAllMessages shows whether this member is allowed to delete chat in the
coSpace
6.5 coSpace Chat/Message Board Methods
6.5.1 Posting to the message board of a coSpace
POST method performed on the “/coSpaces/<coSpace id>/messages” node.
6   coSpace Related Methods