TeamViewer WebAPI Documentation

Size: px
Start display at page:

Download "TeamViewer WebAPI Documentation"

Transcription

1 TeamViewer WebAPI Dcumentatin Versin TeamViewer GmbH Jahnstr. 30 D Göppingen

2 Table f Cntents 1 Changelg Intrductin Definitins REST IDs Date frmat Number frmat User permissins Permissin names in API and Management Cnsle Permissin dependencies Rate limits OAuth 2.0 Authrizatin Rles & Terms Registering an applicatin in the Management Cnsle Client/Applicatin-Types Access Tken Permissins and Scpes The authrizatin prcess User level access Cmpany level access Authrizatin Endpint GET lgin.teamviewer.cm/auth2/authrize POST /api/v1/auth2/tken (tken endpint) POST /api/v1/auth2/revke API Functins Ping GET /api/v1/ping Accunt Management TeamViewer API - Dcumentatin Page 2 f 64

3 4.2.1 GET /api/v1/accunt (retrieve accunt data) PUT /api/v1/accunt (change accunt data) User Management GET /api/v1/users (retrieve list f users) POST /api/v1/users (create new cmpany member) GET /api/v1/users/<uid> (get infrmatin fr ne user) PUT /api/v1/users/<uid> (mdify user infrmatin) Grup Management Accessing grups frm different users in a cmpany GET /api/v1/grups (list all available grups) POST /api/v1/grups (create a new grup) GET /api/v1/grups/<gid> (get grup details) PUT /api/v1/grups/<gid> (change grup details) DELETE /api/v1/grups/<gid> (delete a grup) POST /api/v1/grups/<gid>/share_grup (share grup with ther user(s)) POST /api/v1/grups/<gid>/unshare_grup (unshare a grup frm certain users) Sessin Management GET /api/v1/sessins (list sessin cdes) POST /api/v1/sessins (create new sessin cde) GET /api/v1/sessins/<cde> (get inf abut a certain sessin cde) PUT /api/v1/sessins/<cde> (mdify inf fr a certain sessin cde) Reprting GET /api/v1/reprts/cnnectins (list cnnectin reprts) PUT /api/v1/reprts/cnnectins/<rid> (change cnnectin reprt) DELETE /api/v1/reprts/cnnectins/<rid> (delete a cnnectin reprt) GET /api/v1/reprts/devices (list device reprts) Meetings Meeting types Scheduled meetings Instant meetings GET /api/v1/meetings (list all scheduled meetings) GET /api/v1/meetings/<mid> (get details f a meeting) GET /api/v1/meetings/<mid>/invitatin (retrieve invitatin infrmatin fr a scheduled meeting) POST /api/v1/meetings (create a new meeting) PUT /api/v1/meetings/<mid> (change details f a meeting) DELETE /api/v1/meetings/<mid> (delete a meeting) Cntacts GET /api/v1/cntacts (list all cntacts frm the cmputers & cntacts list) POST /api/v1/cntacts (add a new cntact) DELETE /api/v1/cntacts/<cid> (Delete a cntact) Devices GET /api/v1/devices (list all devices frm the cmputers & cntacts list) PUT /api/v1/devices/<did> (change device details) POST /api/v1/devices (add a new device) DELETE /api/v1/devices/<did> (delete a device) Plicy Management TeamViewer API - Dcumentatin Page 3 f 64

4 GET /api/v1/teamviewerplicies GET /api/v1/teamviewerplicies/<plicy_id> PUT /api/v1/teamviewerplicies/<plicy_id> DELETE /api/v1/teamviewerplicies/<plicy_id> Errrs HTTP respnse cdes JSON errr respnses Licensing Cntact Appendix A URLs fr cnnectins with devices URLs fr cnnectins with cntacts TeamViewer API - Dcumentatin Page 4 f 64

5 Changelg 1 Changelg Added new parameter ss_custmer_id t POST /api/v1/users (create new cmpany member) Added new parameter _language t PUT /api/v1/accunt (change accunt data) Added supprted languages t POST /api/v1/users (create new cmpany member) Versin scheme f API dcumentatin changed t align with the TeamViewer client releases. Last versin with ld scheme: First versin with new scheme: Rate limit fr Business, Premium and Crprate custmers changed frm 1 hur sliding windw t 24 hurs sliding windw. See 2.7 Rate limits. Added new user permissin AllwPasswrdChange. See Permissin names in API and Management Cnsle. Added return value t GET /api/v1/users (retrieve list f users). Added return value last_seen t GET /api/v1/devices (list all devices frm the cmputers & cntacts list) Added return value " _validated" t GET /api/v1/accunt (retrieve accunt data) Added return value user_id t GET /api/v1/cntacts (list all cntacts frm the cmputers & cntacts list) TeamViewer API - Dcumentatin Page 5 f 64

6 Intrductin 2 Intrductin 2.1 Definitins Name Supprter A user wh prvides supprt t the end custmer. This user must have a TeamViewer accunt. End Custmer A user wh des nt need t have a TeamViewer accunt. The user is in mst cases a custmer f the cmpany wh is using the API. Client The applicatin (r user, if the HTTP requests are typed in manually) that uses the API. 2.2 REST The TeamViewer API is a REST API which uses the already existing HTTP methds t create (POST), read (GET), change (PUT) r delete (DELETE) single items r a cllectin f items. The fllwing table shws the general use cases fr these HTTP methds. GET POST PUT DELETE Cllectin retrieve list f items in this cllectin create new item in this cllectin - - Single item retrieve item data - changes the item deletes this item The basic URI scheme fr all API functins is: The TeamViewer API can be fund at in the URI are nly allwed fr GET and DELETE. Generally there shuld be n need fr any parameters fr DELETE, thugh. POST and PUT need t have the parameters in the bdy frmatted as JSON r XML. TeamViewer API - Dcumentatin Page 6 f 64

7 Intrductin 2.3 IDs IDs are prefixed with a type in rder t make them mre distinguishable. The fllwing types are used: "u" - user ID "g" grup ID "m" meeting ID "s" sessin cde c cntact ID d device ID r remte cntrl ID, als referred t as TeamViewer ID in ther dcumentatins Reprts use a GUID and are nt prefixed. 2.4 Date frmat All dates and times fllw the ISO They shuld have the fllwing frmat: YYYY-MM- DD"T"HH:MM:SS"Z". Times are always in UTC unless stated therwise T13:42:55Z = 21st February 2013, 13:42:55 UTC 2.5 Number frmat Decimal numbers are returned in US English frmat, using a pint as decimal separatr. Digits are never gruped by a delimiter User permissins Permissin names in API and Management Cnsle The fllwing table shws the relatin between user permissins as they can be set in the Management Cnsle and the technical name that is used fr the API. Name in API Name in Management Cnsle ManageAdmins Manage administratrs and cmpany settings ManageUsers Manage users ShareOwnGrups Allw grup sharing TeamViewer API - Dcumentatin Page 7 f 64

8 Intrductin Name in API Name in Management Cnsle ViewAllCnnectins View all cnnectins ViewOwnCnnectins View wn cnnectins EditCnnectins Edit lgged cnnectins DeleteCnnectins Delete lgged cnnectins EditFullPrfile Allw full prfile mdificatin AllwPasswrdChange Allw passwrd change nly ManagePlicies Manage & Assign plicies AssignPlicies Assign plicies AcknwledgeAllAlerts View & acknwledge all alerts AcknwledgeOwnAlerts View & acknwledge wn alerts ViewAllAssets View all assets ViewOwnAssets View assets EditAllCustmMduleCnfigs Manage all custmizatins EditOwnCustmMduleCnfigs Manage wn custmizatins Nne <n permissin is set in cnsle> Permissin dependencies Sme permissins are depending n each ther and cannt be set individually, e. g. if a user has the permissin t ManageAdmins he als must have the permissin t ManageUsers. When these permissins are set in the Management Cnsle, the ther permissins are set autmatically. When setting permissins thrugh the API using a PUT r POST cmmand, all permissins must be included explicitly. The fllwing table shws the dependencies. TeamViewer API - Dcumentatin Page 8 f 64

9 Intrductin Name in API T set this right thrugh the API, these rights als have t be set Nne - ManageAdmins ManageUsers, ShareOwnGrups, EditFullPrfile, ViewAllCnnectins, ViewOwnCnnectins, EditCnnectins, DeleteCnnectins, ManagePlicies, AssignPlicies, Acknwledge- AllAlerts,AcknwledgeOwnAlerts, ViewAllAssets, ViewOwnAssets, EditAllCustmMduleCnfigs, EditOwnCustmMduleCnfigs ManageUsers ShareOwnGrups, EditFullPrfile, ViewAllCnnectins, ViewOwnCnnectins, EditCnnectins, DeleteCnnectins, ManagePlicies, AssignPlicies, AcknwledgeAllAlerts, Acknwledge- OwnAlerts, ViewAllAssets, ViewOwnAssets, EditAllCustmMdule- Cnfigs, EditOwnCustmMduleCnfigs ShareOwnGrups - ViewAllCnnectins ViewOwnCnnectins ViewOwnCnnectins - EditCnnectins - DeleteCnnectins - EditFullPrfile - AllwPasswrdChange - ManagePlicies AssignPlicies, AcknwledgeAllAlerts, AcknwledgeOwnAlerts AssignPlicies AcknwledgeAllAlerts, AcknwledgeOwnAlerts AcknwledgeAllAlerts AcknwledgeOwnAlerts AcknwledgeOwnAlerts - ViewAllAssets ViewOwnAssets ViewOwnAssets - EditAllCustmMduleCnfigs EditOwnCustmMduleCnfigs EditOwnCustmMduleCnfigs - TeamViewer API - Dcumentatin Page 9 f 64

10 Intrductin 2.7 Rate limits Rate limits apply per Accunt per API call and are based n the TeamViewer license. License Rate limit per API call Free 300 requests per hur Business 7,200 requests per 24 hurs Premium 14,400 requests per 24 hurs Crprate 36,000 requests per 24 hurs TeamViewer API - Dcumentatin Page 10 f 64

11 OAuth 2.0 Authrizatin 3 OAuth 2.0 Authrizatin 3.1 Rles & Terms Fr mre infrmatin abut OAuth 2.0, see and the fficial specificatin at Names used by the RFC and their meaning fr the TeamViewer API: resurce wner The user behind a TeamViewer accunt wh wants t access their resurces thrugh the API. resurce server Our servers where the API runs. client The applicatin, plug-in, script r user wh is making the API HTTP requests. authrizatin server In ur case that's the same servers that run the rest f the API. client ID A unique ID t identify the applicatin that wants t use the TeamViewer API. client secret A unique string nly knwn t the creatr f the client ID. authrizatin cde Cde used during the OAuth prcess t prve that an authrizatin request was granted in the Management Cnsle. access tken A tken that has t be used t access any API functin (except thse explicitly marked as nt requiring any access tkens). refresh tken A tken that can be used nce t btain a new access tken and a new refresh tken. 3.2 Registering an applicatin in the Management Cnsle Befre using any API functinality, yu need t register an applicatin in the Management Cnsle. When yu register the applicatin yu have t specify if yu want t use it fr yur wn accunt nly (private applicatin, als referred t as Script ) r if yu want t create an applicatin t be used by any TeamViewer user (public applicatin, als referred t as App ). In bth cases yu als specify if the applicatin will have access t the data f ne single accunt r t the data f the entire cmpany. TeamViewer API - Dcumentatin Page 11 f 64

12 OAuth 2.0 Authrizatin 3.3 Client/Applicatin-Types Script App User Access Access tken is created that can nly be used t access the user wh created the applicatin. Client ID is created when creating the applicatin. The Client ID can be used with OAuth t create an access tken fr the user granting access. Cmpany Access Access tken is created that can be used t access the cmpany f the user (=cmpany admin) wh created the applicatin. Client ID is created when creating the applicatin. The Client ID can be used with OAuth t create an Access-Tken t access the cmpany f the user (=cmpany admin) granting access. When yu register an applicatin fr yur wn use nly, yu will get an access tken that can be used directly fr any API functin that requires it. When yu register the applicatin fr thers t use as well, yu will get a Client ID. This Client ID is used in the OAuth prcess described belw. At the end f this prcess the applicatin will als have an access tken that must be used by the ther API functins. This access tken is tied t the accunt/cmpany that uses the applicatin, nt the cmpany that created the applicatin. If yu are using OAuth in yur applicatin and the applicatin was registered fr cmpany use, the user wh grants access t yur applicatin needs t be an administratr. The user wh registered the applicatin des nt have t be in a cmpany hwever. 3.4 Access Tken Permissins and Scpes Access tkens can be either issued fr a single user r fr a whle cmpany. Cmpany access tkens have t be created by an administratr f that cmpany. Besides this distinctin access tkens als have a number f permissins attached t them. This is called the scpe f the access tken. The fllwing table shws all available scpes. API functin Scpes Accunt (user level access nly) Accunt.Create, Accunt.Read, Accunt.Read , Accunt.Mdify, Accunt.Mdify , Accunt.MdifyPasswrd Grups Grups.Create, Grups.Read, Grups.Mdify, Grups.Share, Grups.Delete Users Users.CreateUsers, Users.CreateAdministratrs, Users.Read, Users.MdifyUsers, Users.MdifyAdministratrs Sessins Sessins.Create, Sessins.ReadAll, Sessins.ReadOwn, Sessins.MdifyAll, Sessins.MdifyOwn TeamViewer API - Dcumentatin Page 12 f 64

13 OAuth 2.0 Authrizatin Cnnectins Cnnectins.Read, Cnnectins.Mdify, Cnnectins.Delete Meetings (user level access nly) Meetings.Create, Meetings.Read, Meetings.Mdify, Meetings.Delete Devices & Cntacts (user level access nly) CntactList.Create, CntactList.Read, CntactList.Mdify, CntactList.Delete 3.5 The authrizatin prcess When using private Script Tkens, there is n need fr an authrizatin prcess. Access t the accunt/cmpany data thrugh the TeamViewer API is defined when creating the tken. The data that is accessed is the accunt r cmpany data f the user creating the tken. Nte that a Script Tken is still valid after changing the user s passwrd. Fr public Apps the case is different. Because these applicatins can be used by ther TeamViewer users, access t their data is cntrlled via OAuth 2.0. We distinguish between applicatin with access t user level data and cmpany level data. 3.6 User level access If a user starts an app that requires user level access fr the first time, TeamViewer will ask the user t grant a set f permissins t the app. This set f permissins was specified when creating the applicatin. The permissins are checked against the rights f the current user. If the applicatin asks fr permissins that exceed the rights f the user (e. g. the applicatin wants t edit cnnectin reprt entries whereas the user is nly allwed t view them), the permissins in questin are highlighted and a warning is displayed that sme parts f the applicatin may nt behave as intended because f the lacking user rights. In any case, the user may either chse t deny r t grant access t the applicatin. If access is granted, the app can access the user s data, as lng as the user s permissins allw. If user rights are changed later, the applicatin may be able t access mre data. 3.7 Cmpany level access T grant cmpany level access t an applicatin the user needs t have all required permissins. Unlike user level access it is nt pssible t grant access when sme permissins are missing. Als unlike user level access the rights f the user are nt relevant fr the app any mre after granting access. TeamViewer API - Dcumentatin Page 13 f 64

14 OAuth 2.0 Authrizatin 3.8 Authrizatin Endpint GET lgin.teamviewer.cm/auth2/authrize s t the authrizatin endpint must be made via HTTPS. The authrizatin endpint is used t interact with the resurce wner and therefre must be viewed in a brwser. Security best practice is t pen the authrizatin endpint in a ppup with address bar visible. respnse_type Must be cde. client_id Client ID, a unique string that identifies the applicatin. redirect_uri URI f the redirectin endpint. The client is redirected t this URI nce access has been granted. The value f this parameter must match the registered redirect URI. state (ptinal) Can be set if needed, and will be returned t the callback URI if it was set here. display Must be ppup. Redirectin Endpint The client is redirected t the redirectin endpint, which is specified when creating an applicatin in Management Cnsle, after the interactin with the authrizatin endpint is cmpleted. Values added t the redirect_uri: cde Cde that can be used t get an access tken. state (ptinal) same as the ne prvided as parameter. s an authrizatin cde frm the server. This cde is nly valid fr 10 minutes and shuld be used t btain an access tken. This is the nly functin that shuld nt be called directly frm a 3 rd party applicatin but it shuld be pened in a brwser where the user can grant access t the 3 rd party applicatin. : GET lgin.teamviewer.cmauth2/authrize?respnse_type=cde&client_id= ea4hdf3e9ec0543fx&redirect_uri=https%3a%2f%2fclient%2eexample%2ecm%2fcb POST /api/v1/auth2/tken (tken endpint) must be inside the bdy f the request and encded with the "applicatin/x-www-frm-urlencded" frmat. This is the nly exceptin where the bdy is nt JSON r XML. There are tw different requests fr this URI, ne t retrieve an access tken using an authrizatin cde and ne using a refresh tken. Authrizatin-Cde Grant: grant_type Must be authrizatin_cde. cde Authrizatin cde acquired frm the /auth2/authrize page. redirect_uri Must be the same value as in the previus call t /auth2/authrize. TeamViewer API - Dcumentatin Page 14 f 64

15 OAuth 2.0 Authrizatin Refresh-Tken: client_id Client ID, a unique string that identifies the applicatin. client_secret The client secret, which is knwn nly t the creatr f the applicatin. grant_type Must be refresh_tken. refresh_tken Refresh-tken frm a previus call. client_id Client ID, a unique string that identifies the applicatin. client_secret - The client secret, a unique string knwn nly t the creatr f the applicatin. access_tken Access tken t use with all further API calls. tken_type -methd used fr this access tken, currently nly bearer is used. expires_in Time in secnds until the access tken expires and needs t be refreshed. refresh_tken Refresh-Tken that needs t be used t get a new access tken when the ld access tken expires. ing a new access tken will als create a new refresh tken. The refresh tken becmes invalid after use r if the access tken is revked. s a new access tken, either by using the cde frm a previus authrizatin step r by using an existing refresh tken. Access tkens have a limited lifetime f 1 day. The respnse always has the Cache- Cntrl and Pragma fields (see example belw). Refresh tkens can nly be used nce. Fr this request the Cntent-Type header shuld be set t applicatin/x-www-frm-urlencded (as per OAuth 2 specificatin), hwever JSON/XML als wrks. (Authrizatin cde grant): POST /api/v1/auth2/tken HTTP/1.1 Hst: webapi.teamviewer.cm Cntent-Type: applicatin/x-www-frm-urlencded grant_type=authrizatin_cde&cde=splxlobezqqybys6wxsb&redirect_uri=https%3a%2f%2fc lient%2eexample%2ecm%2fcb&client_id= ea4hdf3e9ec0543fx (Authrizatin cde grant): HTTP/ OK Cache-Cntrl: n-stre Pragma: n-cache {"access_tken":" ytnfzfejr1zcsicmwp", "tken_type":"bearer", "expires_in":3600, "refresh_tken":"12854-zv3jokf0xg5qx2tlkwia" s using the access tken All API requests need t include the "Authrizatin" header if the API functin requires an access tken. TeamViewer API - Dcumentatin Page 15 f 64

16 OAuth 2.0 Authrizatin GET /api/v1/users HTTP/1.1 Hst: webapi.teamviewer.cm Authrizatin: Bearer YtnFZFEjr1zCsicMWp All examples in the fllwing sectins will have this header mitted but if an access tken is required the Authrizatin header field needs t be added t the request. If n access tken is given in the header, r the access tken is past its expiratin date, the return will have a WWW-Authenticate header field. fr n access tken, but access tken required: HTTP/ Unauthrized WWW-Authenticate: Bearer fr expired access tken: HTTP/ Unauthrized WWW-Authenticate: Bearer { "errr" : "tken_expired", "errr_cde" : 1, "errr_descriptin" : "The access tken expired" POST /api/v1/auth2/revke Nne Nne Revkes an access tken that was created using auth. The access tken has t be included in the header Authrizatin field. After revking it, it and its attached refresh tken cannt be used any lnger. POST /api/v1/auth2/revke HTTP/1.1 Hst: Authrizatin: Bearer YtnFZFEjr1zCsicMWp HTTP/ OK TeamViewer API - Dcumentatin Page 16 f 64

17 4 API Functins 4.1 Ping GET /api/v1/ping Nne tken_valid Is set t true if the prvided access tken is OK and the message is signed crrectly. In all ther cases the value is set t false. Access tkens are ptinal but will be verified if prvided. Scpe: Nne required. This functin can be used t check if the API is available. It can als be used t verify if the tken is valid. GET /api/v1/ping HTTP/ OK {"tken_valid":false 4.2 Accunt Management GET /api/v1/accunt (retrieve accunt data) Nne TeamViewer API - Dcumentatin Page 17 f 64

18 name The name f the user. The assciated address. Only returned if access tken has the Accunt.Read scpe. userid The user ID. cmpany_name (ptinal) The name f the cmpany that the user belngs t. _validated The validatin status f the accunt s address. Can be true r false. Only returned if access tken has the Accunt.Read scpe. _language The selected language f the user. User access tken. Scpe: Accunt.Read and (ptinally) Accunt.Read . Retrieves accunt infrmatin f the accunt assciated with the access tken. GET /api/v1/accunt HTTP/ OK { "userid": "u ", " ": "jde@example.cm", "name": "Jhn De", "cmpany_name": "Jhn s Cmpany" " _validated": true PUT /api/v1/accunt (change accunt data) name (ptinal) The name f the user. (ptinal) The assciated address. Nte that changing the address needs t be cnfirmed in the Management Cnsle first befre changes take effect. passwrd (ptinal) - A new passwrd fr this accunt. If passwrd is set, ldpasswrd must be set t the crrect value f the ld passwrd. ldpasswrd (ptinal) - The ld passwrd f this accunt _language (ptinal) Allws t set the language f the based n these values: aut, da, de, es, fr, it, nl, pt, en, bg, cs, el, fi, hr, hu, id, ja, k, lt, n, pl, r, ru, sk, sr, sv, th, tr, uk, vi, zh_cn, zh_tw. TeamViewer API - Dcumentatin Page 18 f 64

19 Nne. User access tken. Scpe:Accunt.Mdify, Accunt.Mdify r Accunt.MdifyPasswrd.. Changes accunt infrmatin f the accunt assciated with the access tken. PUT /api/v1/accunt { "name" : "Jhn Lcke" HTTP/ N Cntent 4.3 User Management License restrictins apply. Please see chapter Licensing fr further infrmatin GET /api/v1/users (retrieve list f users) (ptinal) Lists the user that has an exact match f the given address. This may als cntain a cmma separated list f addresses, allwing t query multiple users with a single call. name (ptinal) List all users that have the given string as part f their user name. permissins (ptinal) List all users with certain permissins. Multiple permissins can be separated by cmma and nly users having all the permissins will be listed in that case. (See fr a list f pssible values). full_list (ptinal) true: list cntains all inf fields abut the users, false (default): list cntains nly minimal inf abut the users Fr the minimal list: id user ID, needed t access/mdify that user. name Name f the user. address f the user. Fr the full list (additinally): permissins (ptinal) Cmma-separated list f permissins that this user has. (See fr a list f pssible values). TeamViewer API - Dcumentatin Page 19 f 64

20 active true if the accunt is active, false therwise. custm_quicksupprt_id (ptinal) The ID f the default custm QuickSupprt mdule fr this user. Omitted if value is aut. custm_quickjin_id (ptinal) The ID f the default custm QuickJin mdule fr this user. Omitted if value is aut. User r cmpany access tken. Scpe: Users.Read Lists all users in a cmpany. The list can be filtered with additinal parameters. The functin can als return a list cntaining all infrmatin abut the users. This data is the same as when using GET /users/uid fr each f these users. GET /api/v1/users?full_list=true HTTP/ OK { "users" : [ { "id" : "u ", "name" : "Mighty Administratr", "permissins" : "ManageAdmins, ManageUsers, ShareOwnGrups, EditFullPrfile, ViewAllCnnectins, ViewOwnCnnectins, EditCnnectins, DeleteCnnectins, ManagePlicies, AssignPlicies, AcknwledgeAllAlerts,AcknwledgeOwnAlerts, ViewAllAssets, ViewOwnAssets, EditAllCustmMduleCnfigs, EditOwnCustmMduleCnfigs", "active": true, " ": "admin@example.cm", { "id" : "u ", "name" : "Jhn De", "permissins" : "EditFullPrfile", " ": "user@example.cm" ] POST /api/v1/users (create new cmpany member) f that user. Will be used fr lgin. passwrd (ptinal) Predefined passwrd fr the user. Will be used fr lgin. The predefined passwrd is ptinal. If Single Sign-On is used, the passwrd parameter shuld be empty. ss_custmer_id (ptinal) The Custmer Identifier that is needed fr Single Sign-On. If the parameter is specified, newly created users are SSO-enabled and d nt need a TeamViewer accunt passwrd. Using this parameter requires a user access tken. TeamViewer API - Dcumentatin Page 20 f 64

21 permissins (ptinal) Cmma-separated list f permissins that this user has. See fr valid values and cmbinatins. If mitted the fllwing default permissins will be set: ShareOwnGrups, ViewOwnCnnectins, EditCnnectins, EditFullPrfile name Name f the new user. language Language cde fr the user. Will be used fr the welcme . Valid languages are: id, cs, da, de, en, es, fr, hr, it, lt, hu, nl, n, pl, pt, r, sk, sr, fi, sv, vi, tr, el, bg, uk, ru, th, k, zh_tw, zh_cn, ja DEPRECATED license_key (ptinal) License key f the license that will be assigned t the new user. If mitted, yur default license will be set. T assign a license t a user, it must have been added t the cmpany first. custm_quicksupprt_id (ptinal) The ID f the default custm QuickSupprt mdule fr this user. Defaults t aut if mitted. custm_quickjin_id (ptinal) The ID f the default custm QuickJin mdule fr this user. Defaults t aut if mitted. HTTP status cde 200 n success and a JSON cntaining the same data as GET /users/uid. The new URI fr that user will als be returned as part f the HTTP header. User r cmpany access tken. Scpe: Users.CreateUsers r Users.CreateAdministratrs. Creates a new user fr the cmpany. The data fr the new user will be returned as respnse t the POST. This shuld be the same as GET /users/uid, except that it will include the id as well. Yu will need t have the scpe Users.CreateAdministratrs t set the permissins ManageUsers r ManageAdmins. POST /api/v1/users { " " : "f@example.cm", "passwrd" : "abc!de#f3g2h3", "name" : "Jhn Michael Drian", "language" : "en", "permissins" : "EditFullPrfile" HTTP/ OK { "id" : "u456789", "name" : "Ted", "permissins" : "EditFullPrfile" TeamViewer API - Dcumentatin Page 21 f 64

22 4.3.3 GET /api/v1/users/<uid> (get infrmatin fr ne user) Nne This is the same as the full list fr GET /users. id User ID. Shuld be the same as in the URL. name Name f the user. permissins (ptinal) String list f permissins that this user has. See fr valid values. active true if the accunt is active, false therwise. custm_quicksupprt_id (ptinal) The ID f the default custm QuickSupprt mdule fr this user. Omitted if value is aut. custm_quickjin_id (ptinal) The ID f the default custm QuickJin mdule fr this user. Omitted if value is aut. address f the user. User r cmpany access tken. Scpe: Users.Read. Returns the infrmatin fr a single user. The infrmatin is the same as when using GET /users?full_list=true. GET /api/v1/users/u123 HTTP/ OK { "id" : " u123", " " : "user@example.cm", "name" : "Jhn De", "permissins" : "EditFullPrfile", "active" : true PUT /api/v1/users/<uid> (mdify user infrmatin) (ptinal) New f the user. A verificatin will be sent t the new address. name (ptinal) Real name f the user. TeamViewer API - Dcumentatin Page 22 f 64

23 permissins (ptinal) Cmma-separated list f permissins that this user has. See fr valid values and cmbinatins. passwrd (ptinal) Assign a new passwrd fr this user. active (ptinal) Activates r deactivates an accunt. DEPRECATED license_key (ptinal) License key f the license that will be assigned t the user. T assign a license t a user, it must have been added t the cmpany first. custm_quicksupprt_id (ptinal) The ID f the default custm QuickSupprt mdule fr this user. Set t aut if n specific mdule shuld be assigned. custm_quickjin_id (ptinal) The ID f the default custm QuickJin mdule fr this user. Set t aut if n specific mdule shuld be assigned. HTTP status cde 204 (N Cntent) n success. User r cmpany access tken. Scpe: Users.MdifyUsers r Users.MdifyAdministratrs. Changes infrmatin fr a selected user. Only the parts that need t be changed are needed in the request bdy. Security-Warning: An attacker can gain access t a user accunt either by changing the (+passwrd reset) r by changing the passwrd if he can steal the cmpany access tken. This makes the cmpany access tken equivalent t and passwrd fr ALL cmpany accunts with which an attacker can get the full Cmputer & Cntacts list (and nt just what is available ver the API). PUT /api/v1/users/u123 { "name" : "Jhn Lcke" HTTP/ N Cntent 4.4 Grup Management Accessing grups frm different users in a cmpany Imprtant nte: If yu are using a cmpany access tken, yu can use all the functins belw but have t prefix them with a user-lcatin. S "GET /grups" fr example becmes "GET /users/<uid>/grups". TeamViewer API - Dcumentatin Page 23 f 64

24 4.4.2 GET /api/v1/grups (list all available grups) (GET /api/v1/users/<uid>/grups fr cmpany access tken) name (ptinal) Grup name r part f the grup name shared (ptinal) True: list nly shared grups, i. e. grups where the current user is nt the wner. False: list nly nt shared grups, i. e. grups wned by the current user. If left ut bth types will be in the list. grups List f grups. id Grup ID name Name f the grup. shared_with (ptinal) List f users wh this grup is shared with. Can be mitted if empty. userid User ID f the user the grup is shared with. name Name f the user the grup is shared with. permissins Access-permissins f the user n this grup. Either read r readwrite. pending true if the user hasn't accepted the shared grup yet, therwise the field can be mitted. wner (ptinal) Owner f this grup. Omitted if the wner is the current user. userid User ID f the wner f this grup. name Name f the wner f this grup. permissins read, readwrite r wned. plicy_id (ptinal) ID f the plicy that is assigned t the grup. License restrictins apply, see chapter Licensing. User r cmpany access tken. Scpe: Grups.Read. Returns a list f grups. GET /api/v1/grups?name=test TeamViewer API - Dcumentatin Page 24 f 64

25 HTTP/ OK { "grups" : [ { "id" : "g53235", "name" : "Testing", "shared_with" : [ { "userid" : "u631645", "name" : "Ted", "permissins" : "read"], "permissins" : "wned", { "id" : "g ", "name" : "Test", "wner" : { "userid" : "u ", "name" : "Tester", "permissins" : "readwrite" ] POST /api/v1/grups (create a new grup) (POST /api/v1/users/<uid>/grups fr cmpany access tken) name Name f the new grup. plicy_id (ptinal) ID f the plicy that will be assigned t the grup. Must be a plicy ID. id Grup ID f the newly created grup. name Name f the new grup. This shuld be the same parameter as the input parameter. permissins Will always be wned, because the grup is nt yet shared at this pint. plicy_id (ptinal) ID f the plicy that is assigned t the grup. License restrictins apply, see chapter Licensing. User r cmpany access tken. Scpe: Grups.Create. Creates a new grup and returns its inf. POST /api/v1/grups { "name" : "Test", "plicy_id": "5d93f008-3b1f d5a68092" TeamViewer API - Dcumentatin Page 25 f 64

26 HTTP/ OK Lcatin: { "id" : "g ", "name" : "Test", "permissins" : "wned", "plicy_id": "5d93f008-3b1f d5a68092" GET /api/v1/grups/<gid> (get grup details) (GET /api/v1/users/<uid>/grups/<gid> fr cmpany access tken) Nne. id Grup ID name Name f the grup. shared_with (ptinal) List f users wh this grup is shared with. Only available if the user is wner f the grup. Will be mitted if empty. userid User ID f the user the grup is shared with. permissins Access-permissins f the user n this grup. Either read r readwrite. wner (ptinal) Owner f this grup. Will be mitted if the wner is the current user. userid User ID f the wner f this grup. name Name f the wner f this grup. permissins Access permissins fr the current user. read, readwrite r wned. plicy_id (ptinal) ID f the plicy that is assigned t the grup. License restrictins apply, see chapter Licensing. User r cmpany access tken. Scpe: Grups.Read. Returns inf fr ne grup. GET /api/v1/grups/g TeamViewer API - Dcumentatin Page 26 f 64

27 HTTP/ OK { "id" : "g ", "name" : "Test", "wner" : { "userid" : "u ", "name" : "Tester", "permissins" : "wned", "plicy_id": "5d93f008-3b1f d5a68092" PUT /api/v1/grups/<gid> (change grup details) (PUT /api/v1/users/<uid>/grups/<gid> fr cmpany access tken) name New name f the grup. plicy_id (ptinal) ID f the new plicy that will be assigned t the grup. Must be a plicy ID. License restrictins apply, see chapter Licensing. HTTP status cde 204 if change succeeded. User r cmpany access tken. Scpe: Grups.Mdify. Changes a grup. Right nw nly the name can be changed. PUT /api/v1/grups/g { "name" : "Test 123", "plicy_id": "5d93f008-3b1f d5a68092" HTTP/ N Cntent DELETE /api/v1/grups/<gid> (delete a grup) (DELETE /api/v1/users/<uid>/grups/<gid> fr cmpany access tken) TeamViewer API - Dcumentatin Page 27 f 64

28 Nne HTTP status cde 204 n success. User r cmpany access tken. Scpe: Grups.Delete Deletes an existing grup. If the grup is nt wned, but nly shared with the user's accunt it will just be unshared. DELETE /api/v1/grups/g HTTP/ N Cntent POST /api/v1/grups/<gid>/share_grup (share grup with ther user(s)) (POST /api/v1/users/<uid>/grups/<gid>/share_grup fr cmpany access tken) users List f users with whm the grup will be shared. userid User ID f ne f the users yu want t share the grup with. permissins Access-permissins f the user n this grup. Either read r readwrite. HTTP status cde 204. User r cmpany access tken. Scpe: Grups.Share. Shares a grup with the given users. Will nt change the share state with ther users, but it is pssible t verwrite the permissins fr existing shares. TeamViewer API - Dcumentatin Page 28 f 64

29 POST /api/v1/grups/g /share_grup { "users" : [ { "userid" : "u ", "permissins" : "read", { "userid" : "u51235", "permissins" : "readwrite" ] HTTP/ N cntent POST /api/v1/grups/<gid>/unshare_grup (unshare a grup frm certain users) (POST /api/v1/users/<uid>/grups/<gid>/unshare_grup fr cmpany access tken) users List f User IDs that this grup shuld nt lnger be shared with. HTTP status cde 204. User r cmpany access tken. Scpe: Grups.Share. Unshares a grup frm certain users. POST /api/v1/grups/g /unshare_grup { "users" : [ "u ", "u51235" ] HTTP/ N cntent TeamViewer API - Dcumentatin Page 29 f 64

30 4.5 Sessin Management GET /api/v1/sessins (list sessin cdes) grupid (ptinal) Filter by grup id. assigned_userid (ptinal) Filter by assigned_userid. state (ptinal) State f the sessin. Can be pen r clsed. By default nly pen sessins will be selected. States can be cmbined with a cmma. full_list (ptinal) true: Return all infrmatin fr the sessins. This is false by default. ffset (ptinal) Can cntain a sessin cde frm a previus request. The returned list will cntain sessin cdes after the ne specified as ffset. Fr the minimalistic list (full_list=false): sessins List f sessin cdes. cde Sessin cde. state State f the sessin. Can be "pen" r "clsed". nline Online state f the sessin. Can be true r false. grupid Grup ID where this sessin is stred under. sessins_remaining Number f sessin cdes left after the nes returned here. Will be mitted if there are n further sessin cdes. next_ffset Offset that can be used t get the next 1000 sessin cdes. Fr the full list (full_list=true): waiting_message Message displayed t the waiting end custmer. descriptin fr this sessin cde. end_custmer End Custmer inf name Name f the end custmer. f the end custmer. assigned_userid User ID f the user this sessin is assigned t. If sessin is unassigned, value is u0. assigned_at Date when the last user was assigned. end_custmer_link Link fr the end custmer. supprter_link Link fr the supprter. custm_api Custm field that can be used t stre an arbitrary string but is nly available t API functins. It is limited t 4000 characters. created_at Date when the sessin cde was created. valid_until Date until when the sessin cde is/was valid. clsed_at Date when the sessin was clsed. User r cmpany access tken. Scpe: Sessins.ReadAll r Sessins.ReadOwn. TeamViewer API - Dcumentatin Page 30 f 64

31 Lists sessins. If n filters are given it will list all sessins in the active accunt (user access tken) r all sessins frm all accunts (cmpany access tken). A single request will return a maximum f 1000 sessin cdes. T get the next 1000 sessin cdes, repeat the same request with the ffset parameter set t the value frm next_ffset. Sessin cdes will be srted by the created_at date frm new t ld. GET /api/v1/sessins?grupid=g &full_list=true HTTP/ OK {"sessins" : [ {"cde" : "s ", "grupid" : "g ", "descriptin" : "Hell, I have an issue with my printer, can yu please assist?", "end_custmer" : { "name" : "Peter Niedhelp", " " : "helpme@example.cm", "assigned_userid" : "u ", "end_custmer_link" : " "supprter_link" : " "custm_api" : "{ "ticket_id" : "535824" ", ] POST /api/v1/sessins (create new sessin cde) valid_until (ptinal) Date when sessin cde becmes invalid. Will default t 24h frm nw when n date is given. grupid (partially required) ID f the grup the sessin will be inserted int. The grup can be in a different accunt when the API user has access t it. Either this r grupname must be set. Fr applicatins with cmpany level access, this parameter is required. grupname (partially required) Name f the grup the sessin cde will be inserted int. Either this r the grupid parameter must be set. If n grup exists with that name a new grup will be created. If bth grupid and grupname are set, bth have t pint t the same grup. Otherwise an errr is returned. waiting_message (ptinal) Message displayed t the waiting end custmer. descriptin (ptinal) fr the new sessin cde. end_custmer (ptinal) End custmer inf. name (ptinal) Name f the end custmer. Maximum length is 100 characters. (ptinal) f the end custmer. Maximum length is 254 characters. assigned_userid (ptinal) User ID f the user this sessin cde will be assigned t. If nt set, sessin cde will be assigned t the user wh created the sessin cde. If set t u0, sessin is unassigned. custm_api (ptinal) Custm field that stres any arbitrary string (such as JSON r XML) but is nly available t API functins. It is limited t 4000 characters. TeamViewer API - Dcumentatin Page 31 f 64

32 cde Newly created sessin cde. state State f the sessin. Can be pen r clsed. grupid Grup ID where this sessin is stred in. waiting_message Message displayed t the waiting end custmer. descriptin fr this sessin cde. end_custmer End custmer inf name Name f the end custmer. f the end custmer. assigned_userid User ID f the user this sessin cde is assigned t. If the sessin cde is nt assigned the value will be u0. assigned_at Date when the last user last assigned. end_custmer_link Link fr the end custmer. supprter_link Link fr the supprter. custm_api Custm field that stres any valid JSON/XML bject (max 4000 characters) and is nly visible fr API users. created_at Date when the sessin cde was created. valid_until Date when sessin cde becmes invalid. User r cmpany access tken. Scpe: Sessins.Create. Creates a new sessin cde. A sessin cde will always be stred in a grup, s either the grupid r grupname parameter must be set. Sessin cdes will expire after 24h if n valid_until date is set. (with user/cmpany access tken) POST /api/v1/sessins {"grupid" : "g ", "descriptin" : " I have aprblemwith myspace bar.", "end_custmer" : { "name" : "Max" TeamViewer API - Dcumentatin Page 32 f 64

33 HTTP/ OK Lcatin: {"cde" : "s ", "state" : "pen", "grupid" : "g ", "end_custmer" : { "name" : "Max", "descriptin" : "I have aprblemwith myspace bar.", "assigned_userid" : "u ", "end_custmer_link" : " "supprter_link" : " "valid_until" : " T12:03:29Z" GET /api/v1/sessins/<cde> (get inf abut a certain sessin cde) Nne cde Sessin cde. state State f the sessin. Can be pen r clsed. nline Online-state f the sessin. Can be true r false. grupid Grup ID where this sessin is stred in. waiting_message Message displayed t the waiting end custmer. descriptin fr this sessin cde. end_custmer End custmer inf name Name f the end custmer. Maximum length is 100 characters. f the end custmer. Maximum length is 254 characters. assigned_userid User ID f the user this sessin cde is assigned t. end_custmer_link Link fr the end custmer. supprter_link Link fr the supprter. custm_api Custm fields, this stres any arbitrary string but is nly available t API functins. It is limited t 4000 characters. valid_until Date until when the sessin cde is/was valid. created_at Date when the sessin cde was created. assigned_at Date when the last user last assigned. clsed_at Date when the sessin was clsed. User r cmpany access tken. Scpe: Sessins.ReadAll r Sessins.ReadOwn. Returns infrmatin fr ne sessin cde. It will return exactly the same data that a POST t /sessins wuld return except that sme f the fields may have changed values. TeamViewer API - Dcumentatin Page 33 f 64

34 GET /api/v1/sessins/s HTTP/ OK {"cde" : "s ", "state" : "pen", "grupid" : "g ", "waiting_message" : "", "descriptin" : "HELP!!!11", "end_custmer" : { "name" : "Max", " " : "", "assigned_userid" : "u ", "end_custmer_link" : " "supprter_link" : " PUT /api/v1/sessins/<cde> (mdify inf fr a certain sessin cde) grupid (ptinal) Grup ID where this sessin will be mved t. grupname (ptinal) Grup name where this sessin will be mved t. If bth grupname and grupid are set, the grup with the specified ID must have the specified name. Otherwise an errr is returned. This parameter can nly be used by applicatins with user-level access. waiting_message (ptinal) Message displayed t the waiting end custmer. descriptin (ptinal) fr this sessin cde. end_custmer (ptinal) End custmer inf name (ptinal) Name f the end custmer. (ptinal) f the end custmer. assigned_userid (ptinal) User ID f the user t assign this sessin t. Set t u0 t unassign sessin. custm_api (ptinal) Custm fields, this stres any arbitrary string but is nly available t API functins. It is limited t 4000 characters. state (ptinal) State f the sessin. Can be "pen" r "clsed". HTTP status 204 if changes succeeded. User r cmpany access tken. Scpe: Sessins.MdifyAll r Sessins.MdifyOwn. Mdifies an existing sessin cde. TeamViewer API - Dcumentatin Page 34 f 64

35 PUT /api/v1/sessins/s {"descriptin" : "Still nt wrking." HTTP/ N Cntent 4.6 Reprting License restrictins apply. Please see chapter Licensing fr further infrmatin GET /api/v1/reprts/cnnectins (list cnnectin reprts) username (ptinal) Filter by user name f the persn wh started the cnnectin. userid (ptinal) Filter by user ID f the persn wh started the cnnectin. grupid (ptinal) Filter by grup ID where the target device r user was in. devicename (ptinal) Filter by target device name. Set t unnamed_device t nly return results fr unnamed devices. Only available if yu are using a user access tken. deviceid (ptinal) Filter by device ID. frm_date (ptinal) First start_date fr all listed cnnectins. Parameter must cntain a date and can als cntain a time. If n time is specified it defaults t 00:00:00Z. Cnnectins with start_date equal t frm_date are included in the results. t_date (ptinal) Last start_date fr all listed cnnectins. Parameter must cntain a date and can als cntain a time. If n time is specified it defaults t 00:00:00Z. Cnnectins with start_date equal t t_date are excluded frm the results. ffset_id (ptinal) All returned reprts will fllw the reprt-id given in this field. The given reprt-id is excluded frm the results. has_cde (ptinal) Filters ut reprts that have n sessin cde if true r that have a sessin cde if false. If the parameter is left ut bth types will be returned. Additinal parameters fr cnnectins that were dne with a sessin cde: sessin_cde (ptinal) If specified the respnse will cntain nly cnnectins fr this sessin cde. recrds List f remte cntrl cnnectins id Reprt-ID userid User ID f the persn wh started the cnnectin. username User name f the persn wh started the cnnectin. cntact_id (ptinal) Cntact ID f the target. The Cntact ID is returned nly fr cnnectins made t cntacts. TeamViewer API - Dcumentatin Page 35 f 64

36 deviceid TeamViewer ID f the target device. devicename (ptinal) Device name f the target device. Only returned if yu are using a user access tken. grupid ID f the grup where the device is currently lcated. grupname Name f the grup where the device is currently lcated. start_date Start date and time f the cnnectin. end_date End date and time f the cnnectin. fee (ptinal) Csts fr the cnnectin. currency (ptinal) Currency fr the fee field. billing_state Can be Bill, Billed r DNtBill. ntes (ptinal) Ntes fr this cnnectin. recrds_remaining (ptinal) Number f recrds after the nes listed here. Can be mitted if there are n mre reprts left. next_ffset (ptinal) ID f the last returned reprt in this respnse. Can be used as ffset_id in a fllw-up request t get the next set f cnnectin reprts. Additinal return parameters when the cnnectin was dne with a sessin cde recrds assigned_userid User ID f the user this sessin cde is assigned t. assigned_at Date when the sessin cde was last assigned t anther user. sessin_cde Sessin cde. sessin_created_at Date when the sessin cde was created. valid_until Date until when the sessin cde is/was valid. sessin_nte f the Service Case. custm_api Custm fields, this stres any arbitrary string but is nly available t API functins. It is limited t 4000 characters. end_custmer name (ptinal) Name f the end custmer. (ptinal) address f the end custmer. feedback (ptinal) If feedback was enabled but custmer did nt prvide feedback, an empty bject is returned. sessin_rating (ptinal) Sessin rating frm custmer (integer, higher is better). user_cmment (ptinal) Cmment n the sessin frm custmer. User r cmpany access tken. Scpe: Cnnectins.Read. Returns a list f cnnectin reprts. The list is limited t 1000 reprts per request. If there are mre reprts the reprts_remaining field will tell yu hw many. The next_ffset field will cntain the ffset ID t get the next 1000 (r less) reprts and shuld be used as ffset_id parameter fr the next request. If yu want t get cnnectins fr a single day r multiple days, use the first day at 0:00 fr the frm_date parameter and the day after the last day at 0:00 fr the t_date parameter. TeamViewer API - Dcumentatin Page 36 f 64

37 GET /api/v1/reprts/cnnectins?username=adam HTTP/ OK {"recrds" : [ { "id" : "B144268F-5A3A A8F4598B0125", "username" : "Adam", "userid" : "u ", "devicename" : "Server 15", "deviceid" : " ", "start_date" : " T19:20:30Z", "end_date" : " T194014Z", "bill" : "0.00", "currency" : "EUR", "billing_state" : "Bill", "ntes" : "fixed webserver", { "id" : "CAB5E30E-7A51-4F74-A9AE-089EE206D220", "username" : "Adam", "userid" : "u ", "devicename" : "Server 12", "deviceid" : " ", "start_date" : " T144011Z", "end_date" : " T151324Z", "bill" : "0.00", "currency" : "EUR", "billing_state" : "DNtBill", "ntes" : "installed Windws updates", { "id" : "F846B F00-BEC0-258D12A6C0BE", "username" : "Adam", "userid" : "u ", "devicename" : "Server 12", "deviceid" : " ", "start_date" : " T152004Z", "end_date" : " T152351Z", "bill" : "0.00", "currency" : "EUR", "billing_state" : "DNtBill", "ntes" : "server rebted and running again" ] PUT /api/v1/reprts/cnnectins/<rid> (change cnnectin reprt) billing_state (ptinal) Can be Bill, Billed r DNtBill. ntes (ptinal) Ntes fr this cnnectin. HTTP status cde 204. TeamViewer API - Dcumentatin Page 37 f 64

To start your custom application development, perform the steps below.

To start your custom application development, perform the steps below. Get Started T start yur custm applicatin develpment, perfrm the steps belw. 1. Sign up fr the kitewrks develper package. Clud Develper Package Develper Package 2. Sign in t kitewrks. Once yu have yur instance

More information

ClassFlow Administrator User Guide

ClassFlow Administrator User Guide ClassFlw Administratr User Guide ClassFlw User Engagement Team April 2017 www.classflw.cm 1 Cntents Overview... 3 User Management... 3 Manual Entry via the User Management Page... 4 Creating Individual

More information

RISKMAN REFERENCE GUIDE TO USER MANAGEMENT (Non-Network Logins)

RISKMAN REFERENCE GUIDE TO USER MANAGEMENT (Non-Network Logins) Intrductin This reference guide is aimed at managers wh will be respnsible fr managing users within RiskMan where RiskMan is nt cnfigured t use netwrk lgins. This guide is used in cnjunctin with the respective

More information

Using the Swiftpage Connect List Manager

Using the Swiftpage Connect List Manager Quick Start Guide T: Using the Swiftpage Cnnect List Manager The Swiftpage Cnnect List Manager can be used t imprt yur cntacts, mdify cntact infrmatin, create grups ut f thse cntacts, filter yur cntacts

More information

User Guide. Document Version: 1.0. Solution Version:

User Guide. Document Version: 1.0. Solution Version: User Guide Dcument Versin: 1.0 Slutin Versin: 365.082017.3.1 Table f Cntents Prduct Overview... 3 Hw t Install and Activate Custmer Satisfactin Survey Slutin?... 4 Security Rles in Custmer Satisfactin

More information

Managing User Accounts

Managing User Accounts A variety f user types are available in Lighthuse Transactin Manager (LTM) with cnfigurable permissins that allw the Accunt Administratr and administratr-type users fr the accunt t manage the abilities

More information

LiveEngage and Microsoft Dynamics Integration Guide Document Version: 1.0 September 2017

LiveEngage and Microsoft Dynamics Integration Guide Document Version: 1.0 September 2017 LiveEngage and Micrsft Dynamics Integratin Guide Dcument Versin: 1.0 September 2017 Cntents Intrductin... 3 Step 1: Sign Up... 3 CRM Widget Signing Up... 3 Step 2: Cnfiguring the CRM Widget... 4 Accessing

More information

Using the Swiftpage Connect List Manager

Using the Swiftpage Connect List Manager Quick Start Guide T: Using the Swiftpage Cnnect List Manager The Swiftpage Cnnect List Manager can be used t imprt yur cntacts, mdify cntact infrmatin, create grups ut f thse cntacts, filter yur cntacts

More information

OASIS SUBMISSIONS FOR FLORIDA: SYSTEM FUNCTIONS

OASIS SUBMISSIONS FOR FLORIDA: SYSTEM FUNCTIONS OASIS SUBMISSIONS FOR FLORIDA: SYSTEM FUNCTIONS OASIS SYSTEM FUNCTIONS... 2 ESTABLISHING THE COMMUNICATION CONNECTION... 2 ACCESSING THE OASIS SYSTEM... 3 SUBMITTING OASIS DATA FILES... 5 OASIS INITIAL

More information

SmartPass User Guide Page 1 of 50

SmartPass User Guide Page 1 of 50 SmartPass User Guide Table f Cntents Table f Cntents... 2 1. Intrductin... 3 2. Register t SmartPass... 4 2.1 Citizen/Resident registratin... 4 2.1.1 Prerequisites fr Citizen/Resident registratin... 4

More information

Secure File Transfer Protocol (SFTP) Interface for Data Intake User Guide

Secure File Transfer Protocol (SFTP) Interface for Data Intake User Guide Secure File Transfer Prtcl (SFTP) Interface fr Data Intake User Guide Cntents Descriptin... 2 Steps fr firms new t batch submissin... 2 Acquiring necessary FINRA accunts... 2 SFTP Access t FINRA... 2 SFTP

More information

Enterprise Chat and Developer s Guide to Web Service APIs for Chat, Release 11.6(1)

Enterprise Chat and  Developer s Guide to Web Service APIs for Chat, Release 11.6(1) Enterprise Chat and Email Develper s Guide t Web Service APIs fr Chat, Release 11.6(1) Fr Unified Cntact Center Enterprise August 2017 Americas Headquarters Cisc Systems, Inc. 170 West Tasman Drive San

More information

Sircon User Guide A Guide to Using the Vertafore Sircon Self-Service Portal

Sircon User Guide A Guide to Using the Vertafore Sircon Self-Service Portal Sircn User Guide A Guide t Using the Vertafre Sircn Self-Service Prtal September 2016 Versin 16.8 Cntents Cntents Using the Vertafre Sircn Self-Service Prtal... 3 Lg In... 3 Hme Page... 4 Lg New Cases...

More information

VMware AirWatch Certificate Authentication for Cisco IPSec VPN

VMware AirWatch Certificate Authentication for Cisco IPSec VPN VMware AirWatch Certificate Authenticatin fr Cisc IPSec VPN Fr VMware AirWatch Have dcumentatin feedback? Submit a Dcumentatin Feedback supprt ticket using the Supprt Wizard n supprt.air-watch.cm. This

More information

Access the site directly by navigating to in your web browser.

Access the site directly by navigating to   in your web browser. GENERAL QUESTIONS Hw d I access the nline reprting system? Yu can access the nline system in ne f tw ways. G t the IHCDA website at https://www.in.gv/myihcda/rhtc.htm and scrll dwn the page t Cmpliance

More information

Integrating QuickBooks with TimePro

Integrating QuickBooks with TimePro Integrating QuickBks with TimePr With TimePr s QuickBks Integratin Mdule, yu can imprt and exprt data between TimePr and QuickBks. Imprting Data frm QuickBks The TimePr QuickBks Imprt Facility allws data

More information

BMC Remedyforce Integration with Remote Support

BMC Remedyforce Integration with Remote Support BMC Remedyfrce Integratin with Remte Supprt 2003-2018 BeyndTrust, Inc. All Rights Reserved. BEYONDTRUST, its lg, and JUMP are trademarks f BeyndTrust, Inc. Other trademarks are the prperty f their respective

More information

Adverse Action Letters

Adverse Action Letters Adverse Actin Letters Setup and Usage Instructins The FRS Adverse Actin Letter mdule was designed t prvide yu with a very elabrate and sphisticated slutin t help autmate and handle all f yur Adverse Actin

More information

Stock Affiliate API workflow

Stock Affiliate API workflow Adbe Stck Stck Affiliate API wrkflw The purpse f this dcument is t illustrate the verall prcess and technical wrkflw fr Adbe Stck partners wh want t integrate the Adbe Stck Search API int their applicatins.

More information

INSTALLING CCRQINVOICE

INSTALLING CCRQINVOICE INSTALLING CCRQINVOICE Thank yu fr selecting CCRQInvice. This dcument prvides a quick review f hw t install CCRQInvice. Detailed instructins can be fund in the prgram manual. While this may seem like a

More information

OATS Registration and User Entitlement Guide

OATS Registration and User Entitlement Guide OATS Registratin and User Entitlement Guide The OATS Registratin and Entitlement Guide prvides the fllwing infrmatin: OATS Registratin The prcess and dcumentatin required fr a firm r Service Prvider t

More information

Test Pilot User Guide

Test Pilot User Guide Test Pilt User Guide Adapted frm http://www.clearlearning.cm Accessing Assessments and Surveys Test Pilt assessments and surveys are designed t be delivered t anyne using a standard web brwser and thus

More information

Creating an Online Account

Creating an Online Account The Standard uses secure, nline accunts t prtect yur data and prvide access t yur emplyer s absence services. T use these services, yu will need t create an nline accunt. Getting started Allw 15 minutes

More information

TRAINING GUIDE. Overview of Lucity Spatial

TRAINING GUIDE. Overview of Lucity Spatial TRAINING GUIDE Overview f Lucity Spatial Overview f Lucity Spatial In this sessin, we ll cver the key cmpnents f Lucity Spatial. Table f Cntents Lucity Spatial... 2 Requirements... 2 Setup... 3 Assign

More information

Launching Xacta 360 Marketplace AMI Guide June 2017

Launching Xacta 360 Marketplace AMI Guide June 2017 Launching Xacta 360 Marketplace AMI Guide June 2017 Tels Crpratin 2017. All rights reserved. U.S. patents Ns. 6,901,346; 6,980,927; 6,983,221; 6,993,448; and 7,380,270. Xacta is a registered trademark

More information

Uploading Files with Multiple Loans

Uploading Files with Multiple Loans Uplading Files with Multiple Lans Descriptin & Purpse Reprting Methds References Per the MHA Handbk, servicers are required t prvide peridic lan level data fr activity related t the Making Hme Affrdable

More information

Please contact technical support if you have questions about the directory that your organization uses for user management.

Please contact technical support if you have questions about the directory that your organization uses for user management. Overview ACTIVE DATA CALENDAR LDAP/AD IMPLEMENTATION GUIDE Active Data Calendar allws fr the use f single authenticatin fr users lgging int the administrative area f the applicatin thrugh LDAP/AD. LDAP

More information

Kaltura Video Extension for SharePoint 2013 Deployment Guide for Microsoft Office 365. Version: 1.0

Kaltura Video Extension for SharePoint 2013 Deployment Guide for Microsoft Office 365. Version: 1.0 Kaltura Vide Extensin fr SharePint 2013 Deplyment Guide fr Micrsft Office 365 Versin: 1.0 Kaltura Business Headquarters 250 Park Avenue Suth, 10th Flr, New Yrk, NY 10003 Tel.: +1 800 871 5224 Cpyright

More information

Customer Upgrade Checklist

Customer Upgrade Checklist Custmer Upgrade Checklist Getting Ready fr Yur Sabre Prfiles Upgrade Kicking Off the Prject Create a prfiles prject team within yur agency. Cnsider including peple wh can represent bth the business and

More information

Guidance for Applicants: Submitting an application in AAS Ishango Grants Management

Guidance for Applicants: Submitting an application in AAS Ishango Grants Management Guidance fr Applicants: Submitting an applicatin in AAS Ishang Grants Management Histry f changes Versin Date Changes 1 Nv 2016 Current versin Pushing the centre f gravity t Africa 1 Table f Cntents 1

More information

Upgrading Kaltura MediaSpace TM Enterprise 1.0 to Kaltura MediaSpace TM Enterprise 2.0

Upgrading Kaltura MediaSpace TM Enterprise 1.0 to Kaltura MediaSpace TM Enterprise 2.0 Upgrading Kaltura MediaSpace TM Enterprise 1.0 t Kaltura MediaSpace TM Enterprise 2.0 Assumptins: The existing cde was checked ut f: svn+ssh://mediaspace@kelev.kaltura.cm/usr/lcal/kalsurce/prjects/m ediaspace/scial/branches/production/website/.

More information

BMC Remedyforce Integration with Bomgar Remote Support

BMC Remedyforce Integration with Bomgar Remote Support BMC Remedyfrce Integratin with Bmgar Remte Supprt 2017 Bmgar Crpratin. All rights reserved wrldwide. BOMGAR and the BOMGAR lg are trademarks f Bmgar Crpratin; ther trademarks shwn are the prperty f their

More information

New Tenancy Contact - User manual

New Tenancy Contact - User manual New Tenancy Cntact - User manual Table f Cntents Abut Service... 3 Service requirements... 3 Required Dcuments... 3 Service fees... 3 Hw t apply fr this service... 4 Validatin Messages... 28 New Tenancy

More information

RxAXIS Security Module 09/25/2013

RxAXIS Security Module 09/25/2013 RxAXIS Security Mdule 09/25/2013 Lessn Title Intrductin: Security Mdule In this tutrial we are ging t lk at the Security Maintenance Mdule f the RxAXIS system. When used, this system gives emplyees access

More information

How to use DCI Contract Alerts

How to use DCI Contract Alerts Hw t use DCI Cntract Alerts Welcme t the MyDCI Help Guide series Hw t use DCI Cntract Alerts In here, yu will find a lt f useful infrmatin abut hw t make the mst f yur DCI Alerts which will help yu t fully

More information

Introduction to Mindjet on-premise

Introduction to Mindjet on-premise Intrductin t Mindjet n-premise Mindjet Crpratin Tll Free: 877-Mindjet 1160 Battery Street East San Francisc CA 94111 USA Phne: 415-229-4200 Fax: 415-229-4201 www.mindjet.cm 2012 Mindjet. All Rights Reserved

More information

Guidance for Submitting an application or Nomination in AAS Ishango Online System

Guidance for Submitting an application or Nomination in AAS Ishango Online System Guidance fr Submitting an applicatin r Nminatin in AAS Ishang Online System Histry f changes Versin Date Changes 1 Nv 2016 Current versin Pushing the centre f gravity t Africa 1 Table f Cntents 1 General

More information

Your New Service Request Process: Technical Support Reference Guide for Cisco Customer Journey Platform

Your New Service Request Process: Technical Support Reference Guide for Cisco Customer Journey Platform Supprt Guide Yur New Service Request Prcess: Technical Supprt Reference Guide fr Cisc Custmer Jurney Platfrm September 2018 2018 Cisc and/r its affiliates. All rights reserved. This dcument is Cisc Public

More information

Users, groups, collections and submissions in DSpace. Contents

Users, groups, collections and submissions in DSpace. Contents Users, grups, cllectins and submissins in DSpace Cntents Key cncepts... 2 User accunts and authenticatin... 2 Authrisatin and privileges... 2 Resurce plicies... 2 User rles and grups... 3 Submissin wrkflws...

More information

Enterprise Installation

Enterprise Installation Enterprise Installatin Mnnit Crpratin Versin 3.6.0.0 Cntents Prerequisites... 3 Web Server... 3 SQL Server... 3 Installatin... 4 Activatin Key... 4 Dwnlad... 4 Cnfiguratin Wizard... 4 Activatin... 4 Create

More information

Campuses that access the SFS nvision Windows-based client need to allow outbound traffic to:

Campuses that access the SFS nvision Windows-based client need to allow outbound traffic to: Summary This dcument is a guide intended t guide yu thrugh the prcess f installing and cnfiguring PepleTls 8.55.27 (r current versin) via Windws Remte Applicatin (App). Remte App allws the end user t run

More information

In Outlook, how do I allow other users to view my Calendar or other folders in my Exchange mailbox?

In Outlook, how do I allow other users to view my Calendar or other folders in my Exchange mailbox? In Outlk, hw d I allw ther users t view my Calendar r ther flders in my Exchange mailbx? Yu can allw thers within yur Exchange rganizatin t access yur mailbx flders. Yu can use Outlk t share yur mailbx

More information

Date: October User guide. Integration through ONVIF driver. Partner Self-test. Prepared By: Devices & Integrations Team, Milestone Systems

Date: October User guide. Integration through ONVIF driver. Partner Self-test. Prepared By: Devices & Integrations Team, Milestone Systems Date: Octber 2018 User guide Integratin thrugh ONVIF driver. Prepared By: Devices & Integratins Team, Milestne Systems 2 Welcme t the User Guide fr Online Test Tl The aim f this dcument is t prvide guidance

More information

Stealing passwords via browser refresh

Stealing passwords via browser refresh Stealing passwrds via brwser refresh Authr: Karmendra Khli [karmendra.khli@paladin.net] Date: August 07, 2004 Versin: 1.1 The brwser s back and refresh features can be used t steal passwrds frm insecurely

More information

161 Forbes Road Braintree MA Phone: (781) Fax: (781) What's in it? Key Survey & Extreme Form

161 Forbes Road Braintree MA Phone: (781) Fax: (781) What's in it? Key Survey & Extreme Form 161 Frbes Rad Braintree MA 02184 Phne: (781) 849 8118 Fax: (781) 849 8133 WWW.WORLDAPP.COM 8.0 What's in it? Key Survey & Extreme Frm CONTENTS Cntact Manager... 3 Participant Prtal... 3 Reprting Imprvements...

More information

Qualtrics Instructions

Qualtrics Instructions Create a Survey/Prject G t the Ursinus Cllege hmepage and click n Faculty and Staff. Click n Qualtrics. Lgin t Qualtrics using yur Ursinus username and passwrd. Click n +Create Prject. Chse Research Cre.

More information

Copyrights and Trademarks

Copyrights and Trademarks Cpyrights and Trademarks Sage One Accunting Cnversin Manual 1 Cpyrights and Trademarks Cpyrights and Trademarks Cpyrights and Trademarks Cpyright 2002-2014 by Us. We hereby acknwledge the cpyrights and

More information

Network Rail ARMS - Asbestos Risk Management System. Training Guide for use of the Import Survey Template

Network Rail ARMS - Asbestos Risk Management System. Training Guide for use of the Import Survey Template Netwrk Rail ARMS - Asbests Risk Management System Training Guide fr use f the Imprt Survey Template The ARMS Imprt Survey Template New Asbests Management Surveys and their Survey Detail reprts can be added

More information

Maintenance Release Notes Release Version: 9.5.5

Maintenance Release Notes Release Version: 9.5.5 Maintenance Release Ntes Release Versin: 9.5.5 Platfrm: 9.5 MR201510 Cntents Updates Included in this Release... 1 Rules Cnsle:... 1 New Feature: Avaya Cumulative Metrics... 1 Technical Gd Health:... 3

More information

HPE AppPulse Mobile. Software Version: 2.1. IT Operations Management Integration Guide

HPE AppPulse Mobile. Software Version: 2.1. IT Operations Management Integration Guide HPE AppPulse Mbile Sftware Versin: 2.1 IT Operatins Management Integratin Guide Dcument Release Date: Nvember 2015 Cntents Overview: The IT Operatins Management Integratin 3 System Requirements 3 Hw t

More information

APPLY PAGE: LOGON PAGE:

APPLY PAGE: LOGON PAGE: APPLY PAGE: Upn accessing the system fr the first time, yu will land n the Apply Page. This page will shw yu any currently pen pprtunities that yu can apply fr, as well as any relevant deadlines r ther

More information

Kaltura MediaSpace User Manual. Version: 4.0

Kaltura MediaSpace User Manual. Version: 4.0 Kaltura MediaSpace User Manual Versin: 4.0 Kaltura Business Headquarters 200 Park Avenue Suth, New Yrk, NY. 10003, USA Tel.: +1 800 871 5224 Cpyright 2012 Kaltura Inc. All Rights Reserved. Designated trademarks

More information

VISITSCOTLAND - TOURS MANAGEMENT SYSTEM Manual for Tour Operators

VISITSCOTLAND - TOURS MANAGEMENT SYSTEM Manual for Tour Operators VISITSCOTLAND - TOURS MANAGEMENT SYSTEM Manual fr Tur Operatrs 1 CONTENTS GETTING STARTED... 3 REGISTER AND CREATE YOUR ACCOUNT... 3 OPERATOR PROFILE... 4 Create yur Operatr Prfile... 4 ADD A TOUR LISTING...

More information

Password Management Guidelines

Password Management Guidelines Unified Cntract System Passwrd Management Guidelines Versin 2.5 Revisin date: 26-06-2006 Authr:J.Thiyagarajan Cpyright 2006 by Hexaware Technlgies Limited All rights reserved. All text and figures included

More information

Kaltura MediaSpace TM Enterprise 2.0 Requirements and Installation

Kaltura MediaSpace TM Enterprise 2.0 Requirements and Installation Kaltura MediaSpace TM Enterprise 2.0 Requirements and Installatin Updated Aug 30, 2011 Server Requirements Hardware The hardware requirements are mstly dependent n the number f cncurrent users yu expect

More information

ROCK-POND REPORTING 2.1

ROCK-POND REPORTING 2.1 ROCK-POND REPORTING 2.1 AUTO-SCHEDULER USER GUIDE Revised n 08/19/2014 OVERVIEW The purpse f this dcument is t describe the prcess in which t fllw t setup the Rck-Pnd Reprting prduct s that users can schedule

More information

Kaltura MediaSpace Installation and Upgrade Guide. Version: 5.0

Kaltura MediaSpace Installation and Upgrade Guide. Version: 5.0 Kaltura MediaSpace Installatin and Upgrade Guide Versin: 5.0 Kaltura Business Headquarters 5 Unin Square West, Suite 602, New Yrk, NY, 10003, USA Tel.: +1 800 871 5224 Cpyright 2013 Kaltura Inc. All Rights

More information

If you have any questions that are not covered in this manual, we encourage you to contact us at or send an to

If you have any questions that are not covered in this manual, we encourage you to contact us at or send an  to Overview Welcme t Vercity, the ESS web management system fr rdering backgrund screens and managing the results. Frm any cmputer, yu can lg in and access yur applicants securely, rder a new reprt, and even

More information

These tasks can now be performed by a special program called FTP clients.

These tasks can now be performed by a special program called FTP clients. FTP Cmmander FAQ: Intrductin FTP (File Transfer Prtcl) was first used in Unix systems a lng time ag t cpy and mve shared files. With the develpment f the Internet, FTP became widely used t uplad and dwnlad

More information

USO RESTRITO. SNMP Agent. Functional Description and Specifications Version: 1.1 March 20, 2015

USO RESTRITO. SNMP Agent. Functional Description and Specifications Version: 1.1 March 20, 2015 Functinal Descriptin and Specificatins Versin: 1.1 March 20, 2015 SNMP Agent Simple Netwrk Management Prtcl Optin S fr IE and PM Mdules Supplement t Functinal Descriptin and Specificatins f RUB Ethernet

More information

Update: Users are updated when their information changes (examples: Job Title or Department). o

Update: Users are updated when their information changes (examples: Job Title or Department). o Learn Basic User Integratin Batch File Prcessing The Learn Basic User Integratin is designed t manage the rganizatinal changes cmpanies are challenged with n a daily basis. Withut a basic type f integratin,

More information

MySqlWorkbench Tutorial: Creating Related Database Tables

MySqlWorkbench Tutorial: Creating Related Database Tables MySqlWrkbench Tutrial: Creating Related Database Tables (Primary Keys, Freign Keys, Jining Data) Cntents 1. Overview 2 2. Befre Yu Start 2 3. Cnnect t MySql using MySqlWrkbench 2 4. Create Tables web_user

More information

Creating a TES Encounter/Transaction Entry Batch

Creating a TES Encounter/Transaction Entry Batch Creating a TES Encunter/Transactin Entry Batch Overview Intrductin This mdule fcuses n hw t create batches fr transactin entry in TES. Charges (transactins) are entered int the system in grups called batches.

More information

BANNER BASICS. What is Banner? Banner Environment. My Banner. Pages. What is it? What form do you use? Steps to create a personal menu

BANNER BASICS. What is Banner? Banner Environment. My Banner. Pages. What is it? What form do you use? Steps to create a personal menu BANNER BASICS What is Banner? Definitin Prduct Mdules Self-Service-Fish R Net Lg int Banner Banner Envirnment The Main Windw My Banner Pages What is it? What frm d yu use? Steps t create a persnal menu

More information

The Reporting Tool. An Overview of HHAeXchange s Reporting Tool

The Reporting Tool. An Overview of HHAeXchange s Reporting Tool HHAeXchange The Reprting Tl An Overview f HHAeXchange s Reprting Tl Cpyright 2017 Hmecare Sftware Slutins, LLC One Curt Square 44th Flr Lng Island City, NY 11101 Phne: (718) 407-4633 Fax: (718) 679-9273

More information

RSA SecurID (Token): Passcode & PIN Initialization / Setup Guide

RSA SecurID (Token): Passcode & PIN Initialization / Setup Guide T h e R c k e f e l l e r U n i v e r s i t y I N F O R M A T I O N T E C H N O L O G Y E D U C A T I O N & T R A I N I N G RSA SecurID (Tken): Passcde & PIN Initializatin / Setup Guide RSA Tken PIN Initializatin

More information

DocAve 6 Service Pack 2 Control Panel

DocAve 6 Service Pack 2 Control Panel DcAve 6 Service Pack 2 Cntrl Panel Reference Guide Revisin D Issued February 2013 DcAve 6: Cntrl Panel 1 Table f Cntents Abut Cntrl Panel... 6 Submitting Dcumentatin Feedback t AvePint... 6 Befre Yu Begin...

More information

Single File Upload Guide

Single File Upload Guide Single File Uplad Guide August 15, 2018 Versin 9.6.134.78 Single File Uplad Guide 1 Fr the mst recent versin f this dcument, visit ur dcumentatin website. Single File Uplad Guide 2 Table f Cntents 1 Single

More information

University Facilities

University Facilities 1 University Facilities WebTMA Requestr Training Manual WebTMA is Drexel University s nline wrk rder management system. The fllwing instructins will walk yu thrugh the steps n hw t: 1. Submit a wrk request

More information

TRAINING GUIDE. Lucity Mobile

TRAINING GUIDE. Lucity Mobile TRAINING GUIDE The Lucity mbile app gives users the pwer f the Lucity tls while in the field. They can lkup asset infrmatin, review and create wrk rders, create inspectins, and many mre things. This manual

More information

Reference Guide. Service Pack 3 Cumulative Update 2. Revision J Issued October DocAve 6: Control Panel

Reference Guide. Service Pack 3 Cumulative Update 2. Revision J Issued October DocAve 6: Control Panel DcAve 6 Cntrl Panel Reference Guide Service Pack 3 Cumulative Update 2 Revisin J Issued Octber 2013 DcAve 6: Cntrl Panel 1 Table f Cntents Abut Cntrl Panel... 6 Submitting Dcumentatin Feedback t AvePint...

More information

Enrolling onto the Open Banking Directory How To Guide

Enrolling onto the Open Banking Directory How To Guide Enrlling nt the Open Banking Directry Hw T Guide Date: Octber 2017 Versin: v3.0 Classificatin: PUBLIC OPEN BANKING LIMITED ENROLLING ONTO THE OPEN BANKING DIRECTORY Page 1 f 14 Cntents 1. Intrductin 3

More information

TUTORIAL --- Learning About Your efolio Space

TUTORIAL --- Learning About Your efolio Space TUTORIAL --- Learning Abut Yur efli Space Designed t Assist a First-Time User Available t All Overview Frm the mment yu lg in t yur just created myefli accunt, yu will find help ntes t guide yu in learning

More information

Single Sign-On (SSO) Release Notes Spring, 2010

Single Sign-On (SSO) Release Notes Spring, 2010 Single Sign-On (SSO) Release Ntes Spring, 2010 Cntents SSO Functinality Changes in Learning Platfrm 4.0 GUIDs SOAP FORM SSO Lgin Cnfiguratin Variable Cpyright 2010 by Desire2Learn Incrprated. Desire2Learn

More information

SUB-USER ADMINISTRATION HELP GUIDE

SUB-USER ADMINISTRATION HELP GUIDE P a g e 1 SUB-USER ADMINISTRATION HELP GUIDE Welcme t Prsperity Bank. Any previusly created Sub-User lgin frm the F&M system befre Friday, May 16 cnverted t the Prsperity system. Once lgged n t the Prsperity

More information

PAY EQUITY HEARINGS TRIBUNAL. Filing Guide. A Guide to Preparing and Filing Forms and Submissions with the Pay Equity Hearings Tribunal

PAY EQUITY HEARINGS TRIBUNAL. Filing Guide. A Guide to Preparing and Filing Forms and Submissions with the Pay Equity Hearings Tribunal PAY EQUITY HEARINGS TRIBUNAL Filing Guide A Guide t Preparing and Filing Frms and Submissins with the Pay Equity Hearings Tribunal This Filing Guide prvides general infrmatin nly and shuld nt be taken

More information

Summary. Server environment: Subversion 1.4.6

Summary. Server environment: Subversion 1.4.6 Surce Management Tl Server Envirnment Operatin Summary In the e- gvernment standard framewrk, Subversin, an pen surce, is used as the surce management tl fr develpment envirnment. Subversin (SVN, versin

More information

TIBCO Statistica Options Configuration

TIBCO Statistica Options Configuration TIBCO Statistica Optins Cnfiguratin Sftware Release 13.3 June 2017 Tw-Secnd Advantage Imprtant Infrmatin SOME TIBCO SOFTWARE EMBEDS OR BUNDLES OTHER TIBCO SOFTWARE. USE OF SUCH EMBEDDED OR BUNDLED TIBCO

More information

Interfacing to MATLAB. You can download the interface developed in this tutorial. It exists as a collection of 3 MATLAB files.

Interfacing to MATLAB. You can download the interface developed in this tutorial. It exists as a collection of 3 MATLAB files. Interfacing t MATLAB Overview: Getting Started Basic Tutrial Interfacing with OCX Installatin GUI with MATLAB's GUIDE First Buttn & Image Mre ActiveX Cntrls Exting the GUI Advanced Tutrial MATLAB Cntrls

More information

Wave IP 4.5. CRMLink Desktop User Guide

Wave IP 4.5. CRMLink Desktop User Guide Wave IP 4.5 CRMLink Desktp User Guide 2015 by Vertical Cmmunicatins, Inc. All rights reserved. Vertical Cmmunicatins and the Vertical Cmmunicatins lg and cmbinatins theref and Vertical ViewPint, Wave Cntact

More information

CCNA Security v2.0 Chapter 3 Exam Answers

CCNA Security v2.0 Chapter 3 Exam Answers CCNA Security v2.0 Chapter 3 Exam Answers 1. Because f implemented security cntrls, a user can nly access a server with FTP. Which AAA cmpnent accmplishes this? accunting accessibility auditing authrizatin

More information

ONLINE GRANT APPLICATION INSTRUCTIONS

ONLINE GRANT APPLICATION INSTRUCTIONS Overview ONLINE GRANT APPLICATION INSTRUCTIONS This dcument is designed t prvide grant applicants with instructins fr use f the Fundant Grant Lifecycle Manager applicatin fr grants frm the Oberktter Fundatin.

More information

Advanced and Customized Net Conference Powered by Cisco WebEx Technology

Advanced and Customized Net Conference Powered by Cisco WebEx Technology User Guide: Advanced and Custmized Net Cnference Pwered by Cisc WebEx Technlgy Prductivity Tls USER GUIDE Verizn Net Cnferencing h l M ti C t Advanced and Custmized Net Cnference Pwered by Cisc WebEx Technlgy

More information

Information about the ACC Education App Featuring ACCSAP 9

Information about the ACC Education App Featuring ACCSAP 9 Infrmatin abut the ACC Educatin App Featuring ACCSAP 9 Key Features: This app is designed t be a study tl fr select educatinal prducts. It des nt include all features and functinality f the nline prtin

More information

User Guide. Table Of Contents. Logging In. Job Search. Job Information. Site Search & Logging A Job. Customer Search. Job Dashboard.

User Guide. Table Of Contents. Logging In. Job Search. Job Information. Site Search & Logging A Job. Customer Search. Job Dashboard. User Guide Weblgic allws yu t access jb infrmatin via a web page. Giving yu real time updates, with the ptin t print reprts and infrmatin n/fr the jb. Table Of Cntents Lgging In Jb Search Jb Infrmatin

More information

Proper Document Usage and Document Distribution. TIP! How to Use the Guide. Managing the News Page

Proper Document Usage and Document Distribution. TIP! How to Use the Guide. Managing the News Page Managing the News Page TABLE OF CONTENTS: The News Page Key Infrmatin Area fr Members... 2 Newsletter Articles... 3 Adding Newsletter as Individual Articles... 3 Adding a Newsletter Created Externally...

More information

ONTARIO LABOUR RELATIONS BOARD. Filing Guide. A Guide to Preparing and Filing Forms and Submissions with the Ontario Labour Relations Board

ONTARIO LABOUR RELATIONS BOARD. Filing Guide. A Guide to Preparing and Filing Forms and Submissions with the Ontario Labour Relations Board ONTARIO LABOUR RELATIONS BOARD Filing Guide A Guide t Preparing and Filing Frms and Submissins with the Ontari Labur Relatins Bard This Filing Guide prvides general infrmatin nly and shuld nt be taken

More information

Procurement Contract Portal. User Guide

Procurement Contract Portal. User Guide Prcurement Cntract Prtal User Guide Cntents Intrductin...2 Access the Prtal...2 Hme Page...2 End User My Cntracts...2 Buttns, Icns, and the Actin Bar...3 Create a New Cntract Request...5 Requester Infrmatin...5

More information

Administrator Guide To Managing Your Web Site

Administrator Guide To Managing Your Web Site Administratr Guide T Managing Yur Web Site Revised 02.29.2012 Table f Cntents Managing Yur User Accunt...7 Changing yur Passwrd... 7 Managing yur Prfile Pht... 8 Managing yur User Credentials... 9 Managing

More information

Using MeetingSquared on your ipad or iphone

Using MeetingSquared on your ipad or iphone Using MeetingSquared n yur ipad r iphne Install the MeetingSquared app G t the App Stre n yur ipad r iphne and search fr MeetingSquared. If yu are viewing this dcument n yur ipad r iphne, tap the link

More information

Constituent Page Upgrade Utility for Blackbaud CRM

Constituent Page Upgrade Utility for Blackbaud CRM Cnstituent Page Upgrade Utility fr Blackbaud CRM In versin 4.0, we made several enhancements and added new features t cnstituent pages. We replaced the cnstituent summary with interactive summary tiles.

More information

Concentrix University Learning Portal FAQ Document

Concentrix University Learning Portal FAQ Document Cncentrix University Learning Prtal FAQ Dcument Belw are answers t sme cmmnly asked questins abut the Cncentrix University Learning Prtal. If yu d nt see an answer t yur questin, there are cntacts fr additinal

More information

REFWORKS: STEP-BY-STEP HURST LIBRARY NORTHWEST UNIVERSITY

REFWORKS: STEP-BY-STEP HURST LIBRARY NORTHWEST UNIVERSITY REFWORKS: STEP-BY-STEP HURST LIBRARY NORTHWEST UNIVERSITY Accessing RefWrks Access RefWrks frm a link in the Bibligraphy/Citatin sectin f the Hurst Library web page (http://library.nrthwestu.edu) Create

More information

Extended Vendors lets you: Maintain vendors across multiple Sage 300 companies using the Copy Vendors functionality. o

Extended Vendors lets you: Maintain vendors across multiple Sage 300 companies using the Copy Vendors functionality. o Extended Vendrs Extended Vendrs is an enhanced replacement fr the Sage Vendrs frm. It prvides yu with mre infrmatin while entering a PO and fast access t additinal PO, Vendr, and Item infrmatin. Extended

More information

A Purchaser s Guide to CondoCerts

A Purchaser s Guide to CondoCerts Lgin t CndCerts - T submit a request with CndCerts, lg n t www.cndcerts.cm. First time users will fllw the New Users link t register. Dcument r print screen the User ID and Passwrd prvided. New accunts

More information

Planning, installing, and configuring IBM CMIS for Content Manager OnDemand

Planning, installing, and configuring IBM CMIS for Content Manager OnDemand Planning, installing, and cnfiguring IBM CMIS fr Cntent Manager OnDemand Cntents IBM CMIS fr Cntent Manager OnDemand verview... 4 Planning fr IBM CMIS fr Cntent Manager OnDemand... 5 Prerequisites fr installing

More information

Kaltura MediaSpace User Manual. Version: 4.6

Kaltura MediaSpace User Manual. Version: 4.6 Kaltura MediaSpace User Manual Versin: 4.6 Kaltura Business Headquarters 5 Unin Square West, Suite 602, New Yrk, NY, 10003, USA Tel.: +1 800 871 5224 Cpyright 2013 Kaltura Inc. All Rights Reserved. Designated

More information

Delete General Ledger Account History

Delete General Ledger Account History Database Clean-up (Optinal) The fllwing items can be dne at ANY time during yur Fiscal Year. Befre yu start yur Database Clean-up, please verify that yu are n the mst recent versin f Eclipse. If yu see

More information

Backup your Data files before you begin your cleanup! Delete General Ledger Account History. Page 1

Backup your Data files before you begin your cleanup! Delete General Ledger Account History. Page 1 Database Clean-up (Optinal) The fllwing items can be dne at ANY time during yur Fiscal Year. Befre yu start yur Database Clean-up, please verify that yu are n the mst recent versin f Eclipse. If yu see

More information

Upgrade Guide. Medtech Evolution Specialist. Version 1.11 Build (October 2018)

Upgrade Guide. Medtech Evolution Specialist. Version 1.11 Build (October 2018) Upgrade Guide Medtech Evlutin Specialist Versin 1.11 Build 1.11.0.4 (Octber 2018) These instructins cntain imprtant infrmatin fr all Medtech Evlutin users and IT Supprt persnnel. We suggest that these

More information