Pod API

This document refers to Symphony API calls that do not need\nencryption or decryption of content.\n\n- sessionToken can be obtained by calling the\nauthenticationAPI on the symphony back end and the key manager\nrespectively. Refer to the methods described in authenticatorAPI.yaml.\n- Actions are defined to be atomic, ie will succeed in their entirety\nor fail and have changed nothing.\n- If it returns a 40X status then it will have made no change to the\nsystem even if ome subset of the request would have succeeded.\n- If this contract cannot be met for any reason then this is an error\nand the response code will be 50X.\n
More information: https://helloreverb.com
Contact Info: hello@helloreverb.com
Version: 1.38.0
All rights reserved
http://apache.org/licenses/LICENSE-2.0.html

Access

Methods

[ Jump to Models ]

Table of Contents

  1. get /v1/admin/app/entitlement/list
  2. post /v1/admin/app/entitlement/list
  3. get /v1/admin/user/{uid}/app/entitlement/list
  4. post /v1/admin/user/{uid}/app/entitlement/list
  5. get /v1/configuration/{configurationId}/get
  6. put /v1/configuration/{configurationId}/update
  7. post /v1/configuration/create
  8. get /v1/configuration/list
  9. post /v1/configuration/{configurationId}/instance/create
  10. get /v1/configuration/{configurationId}/instance/{instanceId}/get
  11. put /v1/configuration/{configurationId}/instance/{instanceId}/update
  12. get /v1/configuration/{configurationId}/instance/list
  13. post /v1/admin/disclaimer/create
  14. get /v1/admin/disclaimer/{did}
  15. post /v1/admin/disclaimer/{did}/update
  16. get /v1/admin/disclaimer/{did}/users
  17. get /v1/admin/disclaimer/list
  18. post /v1/admin/group/{gid}/membership/add
  19. get /v1/admin/group/{gid}/membership/list
  20. post /v1/admin/group/{gid}/membership/remove
  21. get /v1/admin/group/list
  22. get /v1/admin/policy/list
  23. post /v1/admin/messagesuppression/{id}/suppress
  24. get /v1/presence
  25. get /v1/user/{uid}/presence
  26. post /v1/user/{uid}/presence
  27. post /v1/room/{id}/membership/add
  28. post /v1/room/{id}/membership/demoteOwner
  29. get /v1/room/{id}/membership/list
  30. post /v1/room/{id}/membership/promoteOwner
  31. post /v1/room/{id}/membership/remove
  32. post /v1/companycert/create
  33. post /v1/companycert/delete
  34. get /v1/companycert/{fingerPrint}/get
  35. get /v1/companycert/{fingerPrint}/issuedBy
  36. post /v1/companycert/{fingerPrint}/update
  37. get /v1/companycert/list
  38. get /v1/companycert/podmanaged/list
  39. post /v1/companycert/type/list
  40. get /v1/sessioninfo
  41. post /v1/im/create
  42. post /v1/room/create
  43. get /v1/room/{id}/info
  44. post /v1/room/{id}/setActive
  45. post /v1/room/{id}/update
  46. post /v2/room/create
  47. get /v2/room/{id}/info
  48. post /v2/room/{id}/update
  49. post /v2/room/search
  50. get /v1/admin/system/features/list
  51. get /v1/admin/system/roles/list
  52. post /v1/admin/user/create
  53. post /v1/admin/user/find
  54. get /v1/admin/user/list
  55. post /v1/admin/user/{uid}/action/password_reset
  56. get /v1/admin/user/{uid}/avatar
  57. post /v1/admin/user/{uid}/avatar/update
  58. get /v1/admin/user/{uid}/delegates
  59. post /v1/admin/user/{uid}/delegates/update
  60. get /v1/admin/user/{uid}/disclaimer
  61. post /v1/admin/user/{uid}/disclaimer/update
  62. get /v1/admin/user/{uid}/features
  63. post /v1/admin/user/{uid}/features/update
  64. get /v1/admin/user/{uid}
  65. get /v1/admin/user/{uid}/roles
  66. post /v1/admin/user/{uid}/roles/update
  67. get /v1/admin/user/{uid}/status
  68. post /v1/admin/user/{uid}/status/update
  69. post /v1/admin/user/{uid}/update
  70. get /v1/user
  71. get /v1/user/name/{userName}/get
Up
get /v1/admin/app/entitlement/list
Get the list of application entitlements for the company (v1AdminAppEntitlementListGet)

Consumes

This API call consumes the following media types via the Content-Type request header:

Return type

PodAppEntitlementList

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

Success

400

Client error, see response body for further details.

401

Unauthorized: Session tokens invalid.

403

Forbidden: Caller lacks necessary entitlement.

500

Server error, see response body for further details.

Up
post /v1/admin/app/entitlement/list
Update the application entitlements for the company (v1AdminAppEntitlementListPost)

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

payload (required)
Body Parameter

Return type

PodAppEntitlementList

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

Success

400

Client error, see response body for further details.

401

Unauthorized: Session tokens invalid.

403

Forbidden: Caller lacks necessary entitlement.

500

Server error, see response body for further details.

Up
get /v1/admin/user/{uid}/app/entitlement/list
Get the list of application entitlements for this user (v1AdminUserUidAppEntitlementListGet)

Path parameters

uid (required)
Path Parameter — User ID as a decimal integer

Consumes

This API call consumes the following media types via the Content-Type request header:

Return type

UserAppEntitlementList

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

Success

400

Client error, see response body for further details.

401

Unauthorized: Session tokens invalid.

403

Forbidden: Caller lacks necessary entitlement.

500

Server error, see response body for further details.

Up
post /v1/admin/user/{uid}/app/entitlement/list
Update the application entitlements for this user (v1AdminUserUidAppEntitlementListPost)

Path parameters

uid (required)
Path Parameter — User ID as a decimal integer

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

payload (required)
Body Parameter

Return type

UserAppEntitlementList

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

Success

400

Client error, see response body for further details.

401

Unauthorized: Session tokens invalid.

403

Forbidden: Caller lacks necessary entitlement.

500

Server error, see response body for further details.

Up
get /v1/configuration/{configurationId}/get
Gets a Configuration object. (v1ConfigurationConfigurationIdGetGet)
A caller can get a Configuration object for a given ID.\n\nIf the {configurationId} is invalid, a client error results.\n\nIf the ID is correct, then 200 is returned along with the Configuration.\n

Path parameters

configurationId (required)
Path Parameter — Configuration ID

Return type

V1Configuration

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK.

400

Client error, see response body for further details.

401

Unauthorized: Session tokens invalid.

403

Forbidden: Caller lacks necessary entitlement.

500

Server error, see response body for further details.

Up
put /v1/configuration/{configurationId}/update
Update a Configuration object. (v1ConfigurationConfigurationIdUpdatePut)
A caller can update a Configuration object.\n\nIf the {configurationId} is invalid, a client error results.\n

Path parameters

configurationId (required)
Path Parameter — Configuration ID

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

configuration (required)
Body Parameter

Return type

V1Configuration

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK.

400

Client error, see response body for further details.

401

Unauthorized: Session tokens invalid.

403

Forbidden: Caller lacks necessary entitlement.

500

Server error, see response body for further details.

Up
post /v1/configuration/create
Create a Configuration object. (v1ConfigurationCreatePost)
A caller can create a Configuration object.\n

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

configuration (required)
Body Parameter

Return type

V1Configuration

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK.

400

Client error, see response body for further details.

401

Unauthorized: Session tokens invalid.

403

Forbidden: Caller lacks necessary entitlement.

500

Server error, see response body for further details.

Up
get /v1/configuration/list
Gets a list of Configurations. (v1ConfigurationListGet)
A caller can get all Configuration objects.\n\nIf there are no Configurations to return, a 204 response will be returned.\n

Query parameters

offset (optional)
Query Parameter — No. of Configurations to skip.\n
limit (optional)
Query Parameter — Max No. of Configurations to return. If no value is provided,\n50 is the default.\n

Return type

ConfigurationList

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK.

204

No Configurations.

400

Client error, see response body for further details.

401

Unauthorized: Session tokens invalid.

403

Forbidden: Caller lacks necessary entitlement.

500

Server error, see response body for further details.

Up
post /v1/configuration/{configurationId}/instance/create
Create a Configuration Instance object. (v1ConfigurationConfigurationIdInstanceCreatePost)
A caller can create a Configuration Instance object.\n\nIf the {configurationId} is invalid, a client error results.\n

Path parameters

configurationId (required)
Path Parameter — Configuration ID

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

configurationInstance (required)
Body Parameter

Return type

ConfigurationInstance

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK

400

Client error, see response body for further details.

401

Unauthorized: Session tokens invalid.

403

Forbidden: Caller lacks necessary entitlement.

500

Server error, see response body for further details.

Up
get /v1/configuration/{configurationId}/instance/{instanceId}/get
Get a configuration Instance from a Configuration. (v1ConfigurationConfigurationIdInstanceInstanceIdGetGet)
A caller can get a configuration Instance object for a given Configuration and Instance ID.\n\nIf the {configurationId} is invalid, a client error results.\n\nIf the {instanceId} is invalid, a client error results.\n\nIf the ID is correct, then 200 is returned along with the configuration\nInstance.\n

Path parameters

configurationId (required)
Path Parameter — Configuration ID
instanceId (required)
Path Parameter — Configuration Instance ID

Return type

ConfigurationInstance

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK

400

Client error, see response body for further details.

401

Unauthorized: Session tokens invalid.

403

Forbidden: Caller lacks necessary entitlement.

500

Server error, see response body for further details.

Up
put /v1/configuration/{configurationId}/instance/{instanceId}/update
Update a configuration Instance object. (v1ConfigurationConfigurationIdInstanceInstanceIdUpdatePut)
A caller can update a configuration Instance object.\n\nIf the {configurationId} is invalid, a client error results.\n\nIf the {instanceId} is invalid, a client error results.\n

Path parameters

configurationId (required)
Path Parameter — Configuration ID
instanceId (required)
Path Parameter — Configuration Instance ID

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

configurationInstance (required)
Body Parameter

Return type

ConfigurationInstance

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK

400

Client error, see response body for further details.

401

Unauthorized: Session tokens invalid.

403

Forbidden: Caller lacks necessary entitlement.

500

Server error, see response body for further details.

Up
get /v1/configuration/{configurationId}/instance/list
Get a list of configuration Instances from an Integration. (v1ConfigurationConfigurationIdInstanceListGet)
A caller can get all configuration Instances objects for a given Configuration ID.\n\nIf the {configurationId} is invalid, a client error results.\n\nIf there are no configuration Instances to return, a 204 response will be\nreturned.\n

Path parameters

configurationId (required)
Path Parameter — Configuration ID

Query parameters

offset (optional)
Query Parameter — No. of configuration Instances to skip.\n
limit (optional)
Query Parameter — Max No. of configuration Instances to return. If no value is\nprovided, 50 is the default.\n

Return type

ConfigurationInstanceList

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK.

204

No configuration Instances.

400

Client error, see response body for further details.

401

Unauthorized: Session tokens invalid.

403

Forbidden: Caller lacks necessary entitlement.

500

Server error, see response body for further details.

Up
post /v1/admin/disclaimer/create
PROVISIONAL Create a new disclaimer. The id and timestamps should not be set, they will be assigned in the response. (v1AdminDisclaimerCreatePost)

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

payload (required)
Body Parameter

Return type

Disclaimer

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

The created disclaimer

400

Client error, see response body for further details.

401

Unauthorized: Session tokens invalid.

403

Forbidden: Caller lacks necessary entitlement.

500

Server error, see response body for further details.

Up
get /v1/admin/disclaimer/{did}
Get a disclaimer by disclaimer id (v1AdminDisclaimerDidGet)

Path parameters

did (required)
Path Parameter — The ID of the entity

Consumes

This API call consumes the following media types via the Content-Type request header:

Return type

Disclaimer

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

Success

400

Client error, see response body for further details.

401

Unauthorized: Session tokens invalid.

403

Forbidden: Caller lacks necessary entitlement.

500

Server error, see response body for further details.

Up
post /v1/admin/disclaimer/{did}/update
PROVISIONAL Modify a disclaimer (v1AdminDisclaimerDidUpdatePost)

Path parameters

did (required)
Path Parameter — The ID of the entity

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

payload (required)
Body Parameter

Return type

Disclaimer

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

Success

400

Client error, see response body for further details.

401

Unauthorized: Session tokens invalid.

403

Forbidden: Caller lacks necessary entitlement.

500

Server error, see response body for further details.

Up
get /v1/admin/disclaimer/{did}/users
List all users assigned to this disclaimer (v1AdminDisclaimerDidUsersGet)

Path parameters

did (required)
Path Parameter — The ID of the entity

Consumes

This API call consumes the following media types via the Content-Type request header:

Return type

UserIdList

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

Success

400

Client error, see response body for further details.

401

Unauthorized: Session tokens invalid.

403

Forbidden: Caller lacks necessary entitlement.

500

Server error, see response body for further details.

Up
get /v1/admin/disclaimer/list
List all disclaimers for the company (pod) (v1AdminDisclaimerListGet)

Consumes

This API call consumes the following media types via the Content-Type request header:

Return type

DisclaimerList

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

Success

400

Client error, see response body for further details.

401

Unauthorized: Session tokens invalid.

403

Forbidden: Caller lacks necessary entitlement.

500

Server error, see response body for further details.

Up
post /v1/admin/group/{gid}/membership/add
Add members to an Information Barrier group. (v1AdminGroupGidMembershipAddPost)

Path parameters

gid (required)
Path Parameter — URL-Safe encoded Group ID

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

users (required)
Body Parameter

Return type

BulkActionResult

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

Success

400

Client error, see response body for further details.

401

Unauthorized: Session tokens invalid.

403

Forbidden: Caller lacks necessary entitlement.

500

Server error, see response body for further details.

Up
get /v1/admin/group/{gid}/membership/list
Get the list of userids in this Information Barrier Group (v1AdminGroupGidMembershipListGet)

Path parameters

gid (required)
Path Parameter — URL-Safe encoded Group ID

Consumes

This API call consumes the following media types via the Content-Type request header:

Return type

IntegerList

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

Success

400

Client error, see response body for further details.

401

Unauthorized: Session tokens invalid.

403

Forbidden: Caller lacks necessary entitlement.

500

Server error, see response body for further details.

Up
post /v1/admin/group/{gid}/membership/remove
Remove members from an Information Barrier group (v1AdminGroupGidMembershipRemovePost)

Path parameters

gid (required)
Path Parameter — URL-Safe encoded Group ID

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

users (required)
Body Parameter

Return type

BulkActionResult

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

Success

400

Client error, see response body for further details.

401

Unauthorized: Session tokens invalid.

403

Forbidden: Caller lacks necessary entitlement.

500

Server error, see response body for further details.

Up
get /v1/admin/group/list
Get a list of all Information Barrier Groups (v1AdminGroupListGet)

Consumes

This API call consumes the following media types via the Content-Type request header:

Return type

GroupList

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

Success

400

Client error, see response body for further details.

401

Unauthorized: Session tokens invalid.

403

Forbidden: Caller lacks necessary entitlement.

500

Server error, see response body for further details.

Up
get /v1/admin/policy/list
Get all Information Policies (v1AdminPolicyListGet)

Consumes

This API call consumes the following media types via the Content-Type request header:

Return type

PolicyList

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

Success

400

Client error, see response body for further details.

401

Unauthorized: Session tokens invalid.

403

Forbidden: Caller lacks necessary entitlement.

500

Server error, see response body for further details.

Up
post /v1/admin/messagesuppression/{id}/suppress
Suppress a message (v1AdminMessagesuppressionIdSuppressPost)

Path parameters

id (required)
Path Parameter — URL-Safe encoded Message ID

Consumes

This API call consumes the following media types via the Content-Type request header:

Return type

MessageSuppressionResponse

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

Success

400

Client error, see response body for further details.

401

Unauthorized: Session tokens invalid.

403

Forbidden: Caller lacks necessary entitlement.

500

Server error, see response body for further details.

Up
get /v1/presence
Get presence information about all company (pod) users. (v1PresenceGet)
The returned data is taken from the in-memory cache for performance\nreasons which means inactive users may be omitted from the response.\n\nAll non-inactive users WILL be returned and some inactive users MAY\nbe included. Any omitted user IS inactive.\n

Return type

PresenceList

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK

400

Client error.

401

Unauthorized: Session tokens invalid.

403

Forbidden: Caller lacks necessary entitlement.

500

Server error, see response body for further details.

Up
get /v1/user/{uid}/presence
Get presence information about a particular user. (v1UserUidPresenceGet)

Path parameters

uid (required)
Path Parameter — User ID as a decimal integer\n

Return type

Presence

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK

400

Client error, see response body for further details.

401

Unauthorized: Session tokens invalid.

403

Forbidden: Caller lacks necessary entitlement.

500

Server error, see response body for further details.

Up
post /v1/user/{uid}/presence
LIMITED RELEASE Set presence information for a particular user. (v1UserUidPresencePost)
Only the following states can be set\nAVAILABLE\nBUSY\nON_THE_PHONE\nAWAY\n\nAttempts to set other states will result in a 403 FORBIDDEN response.\n\nThe UNDEFINED value is an error case used to represent the case if the value stored in the\nsystem cannot be represented by the values known to the API.\n\nThe other states are reserved for future use.\n

Path parameters

uid (required)
Path Parameter — User ID as a decimal integer\n

Request body

presence (required)
Body Parameter

Return type

Presence

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK

400

Client error.

401

Unauthorized.

403

Forbidden.

500

Server error, see response body for further details.

Up
post /v1/room/{id}/membership/add
Adds new member to an existing room. (v1RoomIdMembershipAddPost)

Path parameters

id (required)
Path Parameter — Room streamId

Request body

payload (required)
Body Parameter

Return type

SuccessResponse

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK

400

Client error.

401

Unauthorized: Session tokens invalid.

403

Forbidden: Caller lacks necessary entitlement.

500

Server error, see response body for further details.

Up
post /v1/room/{id}/membership/demoteOwner
Demotes room owner. (v1RoomIdMembershipDemoteOwnerPost)

Path parameters

id (required)
Path Parameter — Room streamId

Request body

payload (required)
Body Parameter

Return type

SuccessResponse

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK

400

Client error.

401

Unauthorized: Session tokens invalid.

403

Forbidden: Caller lacks necessary entitlement.

500

Server error, see response body for further details.

Up
get /v1/room/{id}/membership/list
Lists the members of an existing room. (v1RoomIdMembershipListGet)

Path parameters

id (required)
Path Parameter — Room streamId

Return type

MembershipList

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK

400

Client error.

401

Unauthorized: Session tokens invalid.

403

Forbidden: Caller lacks necessary entitlement.

500

Server error, see response body for further details.

Up
post /v1/room/{id}/membership/promoteOwner
Promotes user to owner. (v1RoomIdMembershipPromoteOwnerPost)

Path parameters

id (required)
Path Parameter — Room streamId

Request body

payload (required)
Body Parameter

Return type

SuccessResponse

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK

400

Client error.

401

Unauthorized: Session tokens invalid.

403

Forbidden: Caller lacks necessary entitlement.

500

Server error, see response body for further details.

Up
post /v1/room/{id}/membership/remove
Removes member from an existing room. (v1RoomIdMembershipRemovePost)

Path parameters

id (required)
Path Parameter — Room streamId

Request body

payload (required)
Body Parameter

Return type

SuccessResponse

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK

400

Client error.

401

Unauthorized: Session tokens invalid.

403

Forbidden: Caller lacks necessary entitlement.

500

Server error, see response body for further details.

Up
post /v1/companycert/create
Create a company trusted or untrusted certificate (v1CompanycertCreatePost)

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

cert (required)
Body Parameter

Return type

SuccessResponse

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

Success

400

Client error, see response body for further details.

401

Unauthorized: Session tokens invalid.

403

Forbidden: Caller lacks necessary entitlement.

500

Server error, see response body for further details.

Up
post /v1/companycert/delete
Delete a company certificate (v1CompanycertDeletePost)

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

fingerPrint (required)
Body Parameter

Return type

SuccessResponse

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

Success

400

Client error, see response body for further details.

401

Unauthorized: Session tokens invalid.

403

Forbidden: Caller lacks necessary entitlement.

500

Server error, see response body for further details.

Up
get /v1/companycert/{fingerPrint}/get
Get the details of a company certificate (v1CompanycertFingerPrintGetGet)

Path parameters

fingerPrint (required)
Path Parameter — Certificate fingerPrint (ID)

Consumes

This API call consumes the following media types via the Content-Type request header:

Return type

CompanyCertDetail

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

Success

400

Client error, see response body for further details.

401

Unauthorized: Session tokens invalid.

403

Forbidden: Caller lacks necessary entitlement.

500

Server error, see response body for further details.

Up
get /v1/companycert/{fingerPrint}/issuedBy
Return a list of all certificates which were verified to the cert whose\nfingerprint is passed.\n (v1CompanycertFingerPrintIssuedByGet)

Path parameters

fingerPrint (required)
Path Parameter — Certificate fingerPrint (ID)

Consumes

This API call consumes the following media types via the Content-Type request header:

Return type

CompanyCertInfoList

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

Success

400

Client error, see response body for further details.

401

Unauthorized: Session tokens invalid.

403

Forbidden: Caller lacks necessary entitlement.

500

Server error, see response body for further details.

Up
post /v1/companycert/{fingerPrint}/update
Update a company certificate (v1CompanycertFingerPrintUpdatePost)

Path parameters

fingerPrint (required)
Path Parameter — Certificate fingerPrint (ID)

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

certAttributes (required)
Body Parameter

Return type

SuccessResponse

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

Success

400

Client error, see response body for further details.

401

Unauthorized: Session tokens invalid.

403

Forbidden: Caller lacks necessary entitlement.

500

Server error, see response body for further details.

Up
get /v1/companycert/list
List all trusted certs (v1CompanycertListGet)

Consumes

This API call consumes the following media types via the Content-Type request header:

Query parameters

skip (optional)
Query Parameter — Pagination start
limit (optional)
Query Parameter — Row limit

Return type

CompanyCertInfoList

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

Success

400

Client error, see response body for further details.

401

Unauthorized: Session tokens invalid.

403

Forbidden: Caller lacks necessary entitlement.

500

Server error, see response body for further details.

Up
get /v1/companycert/podmanaged/list
List all trusted certs (v1CompanycertPodmanagedListGet)

Consumes

This API call consumes the following media types via the Content-Type request header:

Query parameters

skip (optional)
Query Parameter — Pagination start
limit (optional)
Query Parameter — Row limit

Return type

CompanyCertInfoList

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

Success

400

Client error, see response body for further details.

401

Unauthorized: Session tokens invalid.

403

Forbidden: Caller lacks necessary entitlement.

500

Server error, see response body for further details.

Up
post /v1/companycert/type/list
List all certs of the given types (v1CompanycertTypeListPost)

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

typeIdList (required)
Body Parameter — Certificate type list

Query parameters

skip (optional)
Query Parameter — Pagination start
limit (optional)
Query Parameter — Row limit

Return type

CompanyCertInfoList

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

Success

400

Client error, see response body for further details.

401

Unauthorized: Session tokens invalid.

403

Forbidden: Caller lacks necessary entitlement.

500

Server error, see response body for further details.

Up
get /v1/sessioninfo
Get information about the current user's session. (v1SessioninfoGet)

Return type

SessionInfo

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK

400

Client error, see response body for further details.

401

Unauthorized: Session tokens invalid.

403

Forbidden: Caller lacks necessary entitlement.

500

Server error, see response body for further details.

Up
post /v1/im/create
Create a new single or multi party instant message conversation (v1ImCreatePost)
At least one user ID must be provided or\nan error response will be sent.\n\nThe caller is implicitly included in the members of the\ncreated chat.\n\nDuplicate users will be included in the membership of the chat but\nthe duplication will be silently ignored.\n\nIf there is an existing IM conversation with the same set of participants then\nthe id of that existing stream will be returned.\n\nThis method was incorrectly specified to take a query parameter in\nversion 1.0 of this specification but now expects a JSON array of\nuser IDs in the body of the request.\n

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

uidList (required)
Body Parameter — List of (integer) User IDs of participants

Return type

Stream

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK

400

Client error.

401

Unauthorized: Session tokens invalid.

403

Forbidden: Caller lacks necessary entitlement.

500

Server error, see response body for further details.

Up
post /v1/room/create
Create a new chatroom. (v1RoomCreatePost)
Create a new chatroom.\n\nIf no attributes are specified, the room is created as a private chatroom.\n

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

payload (required)
Body Parameter

Return type

RoomDetail

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK

400

Client error.

401

Unauthorized: Session tokens invalid.

403

Forbidden: Caller lacks necessary entitlement.

500

Server error, see response body for further details.

Up
get /v1/room/{id}/info
Get information about a partcular chatroom. (v1RoomIdInfoGet)

Path parameters

id (required)
Path Parameter — Room streamId

Return type

RoomDetail

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK

400

Client error.

401

Unauthorized: Session tokens invalid.

403

Forbidden: Caller lacks necessary entitlement.

500

Server error, see response body for further details.

Up
post /v1/room/{id}/setActive
Deactivate or reactivate a chatroom. At creation, a new chatroom is active. (v1RoomIdSetActivePost)

Path parameters

id (required)
Path Parameter — Room streamId

Query parameters

active (required)
Query Parameter

Return type

RoomDetail

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK

400

Client error.

401

Unauthorized: Session tokens invalid.

403

Forbidden: Caller lacks necessary entitlement.

500

Server error, see response body for further details.

Up
post /v1/room/{id}/update
Update the attributes of an existing chatroom. (v1RoomIdUpdatePost)

Path parameters

id (required)
Path Parameter — Room streamId

Request body

payload (required)
Body Parameter

Return type

RoomDetail

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK

400

Client error.

401

Unauthorized: Session tokens invalid.

403

Forbidden: Caller lacks necessary entitlement.

500

Server error, see response body for further details.

Up
post /v2/room/create
Create a new chatroom. (v2RoomCreatePost)
Create a new chatroom.\n\nIf no attributes are specified, the room is created as a private chatroom.\n

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

payload (required)
Body Parameter

Return type

V2RoomDetail

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK

400

Client error.

401

Unauthorized: Session tokens invalid.

403

Forbidden: Caller lacks necessary entitlement.

500

Server error, see response body for further details.

Up
get /v2/room/{id}/info
Get information about a partcular chatroom. (v2RoomIdInfoGet)

Path parameters

id (required)
Path Parameter — Room streamId

Return type

V2RoomDetail

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK

400

Client error.

401

Unauthorized: Session tokens invalid.

403

Forbidden: Caller lacks necessary entitlement.

500

Server error, see response body for further details.

Up
post /v2/room/{id}/update
Update the attributes of an existing chatroom. (v2RoomIdUpdatePost)

Path parameters

id (required)
Path Parameter — Room streamId

Request body

payload (required)
Body Parameter

Return type

V2RoomDetail

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK

400

Client error.

401

Unauthorized: Session tokens invalid.

403

Forbidden: Caller lacks necessary entitlement.

500

Server error, see response body for further details.

Up
post /v2/room/search
Search rooms according to the specified criteria. (v2RoomSearchPost)

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

query (required)
Body Parameter — The search query object.

Query parameters

skip (optional)
Query Parameter — No. of results to skip.\n
limit (optional)
Query Parameter — Max no. of results to return. If no value is provided, 50 is the default.\n

Return type

RoomSearchResults

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK

400

Client error.

401

Unauthorized: Session tokens invalid.

403

Forbidden: Caller lacks necessary entitlement.

500

Server error, see response body for further details.

Up
get /v1/admin/system/features/list
Get the full set of Symphony features available for this pod (v1AdminSystemFeaturesListGet)

Consumes

This API call consumes the following media types via the Content-Type request header:

Return type

StringList

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

The list of valid feature entitlement names.

400

Client error, see response body for further details.

401

Unauthorized: Session tokens invalid.

403

Forbidden: Caller lacks necessary entitlement.

500

Server error, see response body for further details.

Up
get /v1/admin/system/roles/list
PROVISIONAL Get a list of all roles available in the company (pod) (v1AdminSystemRolesListGet)

Consumes

This API call consumes the following media types via the Content-Type request header:

Return type

StringList

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

Success

400

Client error, see response body for further details.

401

Unauthorized: Session tokens invalid.

403

Forbidden: Caller lacks necessary entitlement.

500

Server error, see response body for further details.

Up
post /v1/admin/user/create
Create a new user (v1AdminUserCreatePost)

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

payload (required)
Body Parameter

Return type

UserDetail

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

Success

400

Client error, see response body for further details.

401

Unauthorized: Session tokens invalid.

403

Forbidden: Caller lacks necessary entitlement.

500

Server error, see response body for further details.

Up
post /v1/admin/user/find
PROVISIONAL Find a user based on attributes (v1AdminUserFindPost)

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

payload (required)
Body Parameter

Return type

UserList

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

Success

400

Client error, see response body for further details.

401

Unauthorized: Session tokens invalid.

403

Forbidden: Caller lacks necessary entitlement.

500

Server error, see response body for further details.

Up
get /v1/admin/user/list
Retreive a list of all users in the company (pod) (v1AdminUserListGet)

Consumes

This API call consumes the following media types via the Content-Type request header:

Return type

UserIdList

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

Success

400

Client error, see response body for further details.

401

Unauthorized: Session tokens invalid.

403

Forbidden: Caller lacks necessary entitlement.

500

Server error, see response body for further details.

Up
post /v1/admin/user/{uid}/action/password_reset
PROVISIONAL Send a password reset email to the email address of a particular user (v1AdminUserUidActionPasswordResetPost)

Path parameters

uid (required)
Path Parameter — User ID as a decimal integer\n

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

payload (required)
Body Parameter

Return type

SuccessResponse

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

Success

400

Client error, see response body for further details.

401

Unauthorized: Session tokens invalid.

403

Forbidden: Caller lacks necessary entitlement.

500

Server error, see response body for further details.

Up
get /v1/admin/user/{uid}/avatar
Get the URL of the avatar of a particular user (v1AdminUserUidAvatarGet)

Path parameters

uid (required)
Path Parameter — User ID as a decimal integer\n

Consumes

This API call consumes the following media types via the Content-Type request header:

Return type

AvatarList

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

Success

400

Client error, see response body for further details.

401

Unauthorized: Session tokens invalid.

403

Forbidden: Caller lacks necessary entitlement.

500

Server error, see response body for further details.

Up
post /v1/admin/user/{uid}/avatar/update
Update the avatar of a particular user (v1AdminUserUidAvatarUpdatePost)

Path parameters

uid (required)
Path Parameter — User ID as a decimal integer\n

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

payload (required)
Body Parameter

Return type

SuccessResponse

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

Success

400

Client error, see response body for further details.

401

Unauthorized: Session tokens invalid.

403

Forbidden: Caller lacks necessary entitlement.

500

Server error, see response body for further details.

Up
get /v1/admin/user/{uid}/delegates
Get the delegates assigned to a user (v1AdminUserUidDelegatesGet)

Path parameters

uid (required)
Path Parameter — User ID as a decimal integer\n

Consumes

This API call consumes the following media types via the Content-Type request header:

Return type

IntegerList

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

The userid's of the delegates of this user.

400

Client error, see response body for further details.

401

Unauthorized: Session tokens invalid.

403

Forbidden: Caller lacks necessary entitlement.

500

Server error, see response body for further details.

Up
post /v1/admin/user/{uid}/delegates/update
Update the delegates assigned to a user (v1AdminUserUidDelegatesUpdatePost)

Path parameters

uid (required)
Path Parameter — User ID as a decimal integer\n

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

payload (required)
Body Parameter

Return type

SuccessResponse

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

Sucesss.

400

Client error, see response body for further details.

401

Unauthorized: Session tokens invalid.

403

Forbidden: Caller lacks necessary entitlement.

500

Server error, see response body for further details.

Up
get /v1/admin/user/{uid}/disclaimer
Get the disclaimer assigned to a user (v1AdminUserUidDisclaimerGet)

Path parameters

uid (required)
Path Parameter — User ID as a decimal integer\n

Consumes

This API call consumes the following media types via the Content-Type request header:

Return type

Disclaimer

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

Success

204

No content. User doesn't have an assigned disclaimer

400

Client error, see response body for further details.

401

Unauthorized: Session tokens invalid.

403

Forbidden: Caller lacks necessary entitlement.

500

Server error, see response body for further details.

Up
post /v1/admin/user/{uid}/disclaimer/update
Assign a disclaimer to a user (v1AdminUserUidDisclaimerUpdatePost)

Path parameters

uid (required)
Path Parameter — User ID as a decimal integer\n

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

payload (required)
Body Parameter

Return type

SuccessResponse

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

Success

400

Client error, see response body for further details.

401

Unauthorized: Session tokens invalid.

403

Forbidden: Caller lacks necessary entitlement.

500

Server error, see response body for further details.

Up
get /v1/admin/user/{uid}/features
Get the list of Symphony feature entitlements enabled for a particular user (v1AdminUserUidFeaturesGet)

Path parameters

uid (required)
Path Parameter — User ID as a decimal integer\n

Consumes

This API call consumes the following media types via the Content-Type request header:

Return type

FeatureList

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

Success

400

Client error, see response body for further details.

401

Unauthorized: Session tokens invalid.

403

Forbidden: Caller lacks necessary entitlement.

500

Server error, see response body for further details.

Up
post /v1/admin/user/{uid}/features/update
Update the list of Symphony feature entitlements for a particular user (v1AdminUserUidFeaturesUpdatePost)

Path parameters

uid (required)
Path Parameter — User ID as a decimal integer\n

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

payload (required)
Body Parameter

Return type

SuccessResponse

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

Success

400

Client error, see response body for further details.

401

Unauthorized: Session tokens invalid.

403

Forbidden: Caller lacks necessary entitlement.

500

Server error, see response body for further details.

Up
get /v1/admin/user/{uid}
Retreive user details for a particular user (v1AdminUserUidGet)

Path parameters

uid (required)
Path Parameter — User ID as a decimal integer\n

Consumes

This API call consumes the following media types via the Content-Type request header:

Return type

UserDetail

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

Success

400

Client error, see response body for further details.

401

Unauthorized: Session tokens invalid.

403

Forbidden: Caller lacks necessary entitlement.

500

Server error, see response body for further details.

Up
get /v1/admin/user/{uid}/roles
PROVISIONAL Get the list of roles assigned to a user (v1AdminUserUidRolesGet)

Path parameters

uid (required)
Path Parameter — User ID as a decimal integer\n

Consumes

This API call consumes the following media types via the Content-Type request header:

Return type

RoleList

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

Success

400

Client error, see response body for further details.

401

Unauthorized: Session tokens invalid.

403

Forbidden: Caller lacks necessary entitlement.

500

Server error, see response body for further details.

Up
post /v1/admin/user/{uid}/roles/update
PROVISIONAL Update the list of roles assigned to a user (v1AdminUserUidRolesUpdatePost)

Path parameters

uid (required)
Path Parameter — User ID as a decimal integer\n

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

payload (required)
Body Parameter

Return type

SuccessResponse

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

Success

400

Client error, see response body for further details.

401

Unauthorized: Session tokens invalid.

403

Forbidden: Caller lacks necessary entitlement.

500

Server error, see response body for further details.

Up
get /v1/admin/user/{uid}/status
Get the status, active or inactive, for a particular user (v1AdminUserUidStatusGet)

Path parameters

uid (required)
Path Parameter — User ID as a decimal integer\n

Consumes

This API call consumes the following media types via the Content-Type request header:

Return type

UserStatus

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

Success

400

Client error, see response body for further details.

401

Unauthorized: Session tokens invalid.

403

Forbidden: Caller lacks necessary entitlement.

500

Server error, see response body for further details.

Up
post /v1/admin/user/{uid}/status/update
Update the status of a particular user (v1AdminUserUidStatusUpdatePost)

Path parameters

uid (required)
Path Parameter — User ID as a decimal integer\n

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

payload (required)
Body Parameter

Return type

SuccessResponse

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

Success

400

Client error, see response body for further details.

401

Unauthorized: Session tokens invalid.

403

Forbidden: Caller lacks necessary entitlement.

500

Server error, see response body for further details.

Up
post /v1/admin/user/{uid}/update
Update an existing user (v1AdminUserUidUpdatePost)

Path parameters

uid (required)
Path Parameter — User ID as a decimal integer\n

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

payload (required)
Body Parameter

Return type

UserDetail

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

Success

400

Client error, see response body for further details.

401

Unauthorized: Session tokens invalid.

403

Forbidden: Caller lacks necessary entitlement.

500

Server error, see response body for further details.

Up
get /v1/user
Get user information by email address. (v1UserGet)

Query parameters

email (required)
Query Parameter — Email address
local (optional)
Query Parameter — If true then a local DB search will be performed and only local pod users will be\nreturned. If absent or false then a directory search will be performed and users\nfrom other pods who are visible to the calling user will also be returned.\n

Return type

User

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK

204

No user found.

400

Client error.

401

Unauthorized: Session tokens invalid.

403

Forbidden: Caller lacks necessary entitlement.

500

Server error, see response body for further details.

Up
get /v1/user/name/{userName}/get
Get user information by user (login) name. (v1UserNameUserNameGetGet)
Searches for a user in the local pod with the given user name.\n

Path parameters

userName (required)
Path Parameter — User login name

Return type

User

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK

204

No user found.

400

Client error.

401

Unauthorized: Session tokens invalid.

403

Forbidden: Caller lacks necessary entitlement.

500

Server error, see response body for further details.

Up

Models

[ Jump to Methods ]

Table of Contents

  1. Avatar
  2. AvatarList
  3. AvatarUpdate
  4. BulkActionResult
  5. CertInfo
  6. CertInfoItem
  7. CompanyCert
  8. CompanyCertAttributes
  9. CompanyCertDetail
  10. CompanyCertInfo
  11. CompanyCertInfoList
  12. CompanyCertInfoList_inner
  13. CompanyCertStatus
  14. CompanyCertType
  15. CompanyCertTypeList
  16. ConfigurationInstance
  17. ConfigurationInstanceList
  18. ConfigurationInstanceSubmissionCreate
  19. ConfigurationInstanceSubmissionUpdate
  20. ConfigurationList
  21. DelegateAction
  22. Disclaimer
  23. DisclaimerList
  24. Error
  25. FacetedMatchCount
  26. Feature
  27. FeatureList
  28. Group
  29. GroupList
  30. ImmutableRoomAttributes
  31. IntegerList
  32. MemberInfo
  33. MembershipList
  34. MessageSuppressionResponse
  35. NameValuePair
  36. Password
  37. PasswordReset
  38. PodAppEntitlement
  39. PodAppEntitlementList
  40. Policy
  41. PolicyList
  42. Presence
  43. PresenceList
  44. Product
  45. ProductList
  46. Role
  47. RoleList
  48. RoomAttributes
  49. RoomCreate
  50. RoomDetail
  51. RoomSearchCriteria
  52. RoomSearchResults
  53. RoomSystemInfo
  54. RoomTag
  55. SessionInfo
  56. Stream
  57. StringId
  58. StringList
  59. SuccessResponse
  60. User
  61. UserAppEntitlement
  62. UserAppEntitlementList
  63. UserAttributes
  64. UserCreate
  65. UserDetail
  66. UserFilter
  67. UserId
  68. UserIdList
  69. UserInfo
  70. UserList
  71. UserPresence
  72. UserStatus
  73. UserSystemInfo
  74. V1Configuration
  75. V1ConfigurationSubmissionCreate
  76. V2RoomAttributes
  77. V2RoomDetail

Avatar Up

size
String The Avatar Size
url
String Url of the image

AvatarList Up

AvatarUpdate Up

image
String Base64 encoded image. Original image must be less than 2MB.

BulkActionResult Up

overallResult
String
Enum:
SUCCESS
FAIL
results
array[String]

CertInfo Up

CertInfoItem Up

name
String
attributes
array[NameValuePair]

CompanyCert Up

pem
String An X509 certificate in PEM format
attributes
CompanyCertAttributes

CompanyCertAttributes Up

name
String Friendly name assigned by administrator
type
CompanyCertType
status
CompanyCertStatus

CompanyCertDetail Up

companyCertAttributes
CompanyCertAttributes
companyCertInfo
CompanyCertInfo
certInfo
CertInfo

CompanyCertInfo Up

fingerPrint
String Unique identifier
issuerFingerPrint
String Unique identifier of issuer cert if known
lastSeen
Long Date when we last saw this certificate presented
updatedAt
Long Date when this cert was last updated by administrator
updatedBy
Long User ID of administrator who last updated this cert
commonName
String The Symphony account name which this certificate authenticates
expiryDate
Long Expiry date of this cert

CompanyCertInfoList Up

CompanyCertInfoList_inner Up

companyCertAttributes
CompanyCertAttributes
companyCertInfo
CompanyCertInfo

CompanyCertStatus Up

type
String
Enum:
TRUSTED
KNOWN
REVOKED
DISABLED

CompanyCertType Up

type
String
Enum:
USERSIGNING
USER
OPERATIONSSIGNING
OPERATIONSUSER

CompanyCertTypeList Up

ConfigurationInstance Up

instanceId
String
configurationId
String
name
String
description
String
creatorId
String
createdDate
Long
optionalProperties
String This field should be used as a container for a serialized object, holding specialized field values.

ConfigurationInstanceList Up

ConfigurationInstanceSubmissionCreate Up

configurationId
String
name
String
description
String
creatorId
String
optionalProperties
String This field should be used as a container for a serialized object, holding specialized field values.

ConfigurationInstanceSubmissionUpdate Up

instanceId
String
configurationId
String
name
String
description
String
optionalProperties
String This field should be used as a container for a serialized object, holding specialized field values.

ConfigurationList Up

DelegateAction Up

userId
Long
action
String
Enum:
ADD
REMOVE

Disclaimer Up

id
String
name
String
content
String
frequencyInHours
Integer
isDefault
Boolean
isActive
Boolean
createdDate
Long
modifiedDate
Long
format
String
Enum:
TEXT
XML

DisclaimerList Up

Error Up

code
Integer
message
String

FacetedMatchCount Up

facet
String The matched query.
count
Integer The result count.

Feature Up

entitlment
String
enabled
Boolean Whether this entitlement is enabled for the user.

FeatureList Up

Group Up

id
String
name
String
active
Boolean
memberCount
Integer
policies
array[String]
createdDate
Long
modifiedDate
Long

GroupList Up

ImmutableRoomAttributes Up

public
Boolean If true, this is a public chatroom. IF false, a private chatroom.
readOnly
Boolean If true, only stream owners can send messages.
copyProtected
Boolean If true, clients disable the clipboard copy for content in this stream.

IntegerList Up

MemberInfo Up

id
Long
owner
Boolean
joinDate
Long

MembershipList Up

MessageSuppressionResponse Up

messageId
String
suppressed
Boolean
suppressionDate
Long The date when this message was suppressed.

NameValuePair Up

name
String
value
String

Password Up

hSalt
String Pod password salt used for PBKDF2 derivation.
hPassword
String Pod password derived with PBKDF2.
khSalt
String Key Manager password salt used for PBKDF2 derivation.
khPassword
String Key Manager password derived with PBKDF2.

PasswordReset Up

type
String
Enum:
EMAIL

PodAppEntitlement Up

appId
String Unique ID for the Application
appName
String Name for this Application
enable
Boolean
listed
Boolean if true, this application will be listed in the appstore for everyone. Otherwise, this application will be hidden in the appstore.
install
Boolean if true, the entitlement is set to automatic for the company. Otherwise, it is set to manual.

PodAppEntitlementList Up

Policy Up

id
String
policyType
String
Enum:
BLOCK
ALLOW
active
Boolean
memberCount
Integer
groups
array[String]
createdDate
Long
modifiedDate
Long

PolicyList Up

Presence Up

category
String
Enum:
UNDEFINED
AVAILABLE
BUSY
DO_NOT_DISTURB
ON_THE_PHONE
BE_RIGHT_BACK
AWAY
OFFLINE

PresenceList Up

Product Up

appId
String App ID for the Product
name
String Product Name
sku
String Product SKU
subscribed
Boolean indicate whether the product is subscribed or not
type
String Product Type (default or premium)

ProductList Up

Role Up

id
String
name
String
description
String

RoleList Up

RoomAttributes Up

name
String Room name.
description
String Room description.
membersCanInvite
Boolean If true, any chatroom participant can add new participants. If false, only owners can add new participants.
discoverable
Boolean If true, this chatroom (name, description and messages) can be searched and listed by non-participants. If false, only participants can search this room.

RoomCreate Up

roomAttributes
RoomAttributes
immutableRoomAttributes
ImmutableRoomAttributes

RoomDetail Up

roomAttributes
RoomAttributes
roomSystemInfo
RoomSystemInfo
immutableRoomAttributes
ImmutableRoomAttributes

RoomSearchCriteria Up

query
String The search query. Matches the room name and description.
labels
array[String] A list of room tag labels whose values will be queried.
active
Boolean Restrict the search to active/inactive rooms. If unspecified, search all rooms.
private
Boolean Restrict the search to private rooms. If unspecified, search all rooms.
owner
UserId Restrict the search to rooms owned by the specified user ID.
creator
UserId Restrict the search to rooms created by the specified user ID.
member
UserId Restrict the search to rooms having the specified user ID as member.

RoomSearchResults Up

count
Long The total number of rooms matched by the search.
skip
Integer The number of skipped results.
limit
Integer The number of returned results.
query
RoomSearchCriteria The search query that produced this result.
rooms
array[V2RoomDetail] A list of rooms matched by the query.
facetedMatchCount
array[FacetedMatchCount] Detailed counts of matched rooms per search criterion.

RoomSystemInfo Up

id
String
creationDate
Long The datetime when the stream was originally created. Milliseconds since Jan 1 1970.
createdByUserId
Long
active
Boolean If false, no messages can be sent in this stream, and membership is locked.

RoomTag Up

key
String A unique label of the Tag.
value
String The value of this Tag's label.

SessionInfo Up

userId
Long

Stream Up

id
String

StringId Up

id
String

StringList Up

SuccessResponse Up

format
String
Enum:
TEXT
XML
message
String

User Up

id
Long
emailAddress
String

UserAppEntitlement Up

appId
String Unique ID for the Application
appName
String Name for this Application
listed
Boolean if true, this application will be listed in the appstore for this user. Otherwise, this application will be hidden in the appstore.
install
Boolean if true, it indicate this application is installed for this user. Otherwise, this user does not have this application installed.
products
ProductList

UserAppEntitlementList Up

UserAttributes Up

emailAddress
String
firstName
String
lastName
String
userName
String
displayName
String
department
String
division
String
title
String
workPhoneNumber
String
mobilePhoneNumber
String
smsNumber
String
accountType
String
Enum:
NORMAL
SYSTEM
location
String
jobFunction
String
assetClasses
array[String]
industries
array[String]

UserCreate Up

userAttributes
UserAttributes
password
Password
roles
array[String]

UserDetail Up

userAttributes
UserAttributes
userSystemInfo
UserSystemInfo
features
IntegerList
apps
IntegerList
groups
IntegerList
roles
StringList
disclaimers
IntegerList
avatar
Avatar

UserFilter Up

email
String
name
String
department
String
title
String
role
String
status
String
Enum:
ENABLED
DISABLED
usertype
String
Enum:
NORMAL
SYSTEM
TW
location
String

UserId Up

id
Long

UserIdList Up

UserInfo Up

user
UserAttributes
userSystemInfo
UserSystemInfo

UserList Up

UserPresence Up

uid
Long
category
String
Enum:
UNDEFINED
AVAILABLE
BUSY
DO_NOT_DISTURB
ON_THE_PHONE
BE_RIGHT_BACK
AWAY
OFFLINE

UserStatus Up

status
String
Enum:
ENABLED
DISABLED

UserSystemInfo Up

id
Long
status
String
Enum:
ENABLED
DISABLED
createdDate
Long
createdBy
String
lastUpdatedDate
Long
lastLoginDate
Long
lastPasswordReset
Long

V1Configuration Up

configurationId
String
type
String
name
String
description
String
enabled
Boolean
visible
Boolean

V1ConfigurationSubmissionCreate Up

type
String
name
String
description
String
enabled
Boolean
visible
Boolean

V2RoomAttributes Up

name
String Room name.
keywords
array[RoomTag] Keywords for search to use to find this room
description
String Room description.
membersCanInvite
Boolean If true, any chatroom participant can add new participants. If false, only owners can add new participants.
discoverable
Boolean If true, this chatroom (name, description and messages) can be searched and listed by non-participants. If false, only participants can search this room.
public
Boolean If true, this is a public chatroom. IF false, a private chatroom.
readOnly
Boolean If true, only stream owners can send messages.
copyProtected
Boolean If true, clients disable the clipboard copy for content in this stream.

V2RoomDetail Up

roomAttributes
V2RoomAttributes
roomSystemInfo
RoomSystemInfo