!"#$%&'"()!&*+,'#-).!/)*0() 1."+2. Kevin Glinski Lead Developer Evangelist

Size: px
Start display at page:

Download "!"#$%&'"()!&*+,'#-).!/)*0() 1."+2. Kevin Glinski Lead Developer Evangelist"

Transcription

1

2 !"#$%&'"()!&*+,'#-).!/)*0() 1."+2 Kevin Glinski Lead Developer Evangelist

3 PureCloud Platform API REST Based API OAuth2 Authentication API First Design

4 Anatomy of an API URI 4ae6f7d1c974 URL Base Version Resource

5 Different Regions Different Hosts Region Application API Americas apps.mypurecloud.com api.mypurecloud.com Japan apps.mypurecloud.jp api.mypurecloud.jp Australia apps.mypurecloud.com.au api.mypurecloud.com.au Europe West apps.mypurecloud.ie api.mypurecloud.ie Europe Central apps.mypurecloud.de api.mypurecloud.de

6 Rate Limiting X number of requests in Y time Return HTTP 429 if over limit HTTP response headers indicate thresholds Response Header Description Example inin-ratelimit-allowed inin-ratelimit-count inin-ratelimit-reset The maximum number of requests allowed before rate limiting is enforced The current number of requests currently counting towards rate limiting The number of seconds remaining until ininratelimit-count is reset

7 Real-time Notifications Web socket notifications Real-time updates when things in PureCloud change Eliminates the need for polling

8 ININ-Correlation-Id Header Id given to a specific API request Used for troubleshooting

9 SDKs

10 SDKs

11

12 OAuth The OAuth 2.0 authorization framework enables a third-party application to obtain limited access to an HTTP service, either on behalf of a resource owner by orchestrating an approval interaction between the resource owner and the HTTP service, or by allowing the third-party application to obtain access on its own behalf.

13 OAuth (in English)? Authorization method that lets users grant applications access to their data

14

15

16 Why OAuth? Each party involved can limit access to an application at any time Users can must grant applications to their data and can later revoke access Service Providers can block applications that are violating TOS or appear to have been compromised Applications can refuse to act on behalf of a user Users never give their password to 3 rd party applications An application must define what data it is going to access

17 OAuth Players End User (resource owner)! Grants and Rejects access for an application to access their PureCloud data! Owns the data in PureCloud Application (consumer)! Accesses the data granted to it by the End User! Connects to the service provider on behalf of the user PureCloud (service provider)! Hosts the resources

18 OAuth Grant Types Implicit Grant Authorization Code Grant Client Credentials Grant OAuth2 SAML2 Bearer

19 OAuth Grant Types Implicit Grant Single step auth process Ideal for client-side applications Easier to setup, less secure than Authorization Code Grant

20 OAuth Grant Types Authorization Code Grant Ideal for Client/Server applications More secure than Implicit Grant

21 OAuth Grant Types Client Credentials Grant Ideal for back end services Does not operate in the context of a user Does not require a UI to log in Granted a PureCloud role to operate under Specific for the org they were created in

22 OAuth Grant Types OAuth2 SAML2 Bearer Acts as a bridge between a SAML2 identity provider and the PureCloud authorization server

23 Grant Type Use Cases I want to: Do anything with conversations e.g. call control Grant Type: Implicit, Authorization Code, SAML

24 Grant Type Use Cases I want to: Create a script that syncs users and downloads analytics data without any user intervention Grant Type: Client Credentials

25 Grant Type Use Cases I want to: Create a web app and control who can use it Grant Type: Authorization Code, SAML

26 Grant Type Use Cases I want to: Create a C# desktop app Grant Type: Implicit Grant

27 Got My Auth Token, Now What?

28 OAuth Scopes (On Roadmap) Define what PureCloud resources an app has access to Yes it is on the roadmap, no I won t commit to to a date

29

30 TREAT YOUR CLIENT CREDENTIALS GRANT CLIENT ID AND SECRET AS IF THEY WERE YOUR PASSWORD!

31 Use Client Libraries! Use a client library to help you out! JS Library (browser)! JS Library (node)

32 Cache Auth tokens Cache/Reuse Auth tokens until expiration Implicit #access_token=my-token&expires_in=seconds-until-expiration&token_type=bearer Authorization Code and Client Credentials { } "access_token": "my-authentication-token", "token_type": "bearer", "expires_in": seconds-until-expiration, "error": "

33 Resources Documentation Developer Tools Forum

VMware AirWatch Guide for the Apple Device Enrollment Program (DEP) Using Apple's DEP to automatically enroll new devices with AirWatch MDM

VMware AirWatch Guide for the Apple Device Enrollment Program (DEP) Using Apple's DEP to automatically enroll new devices with AirWatch MDM VMware AirWatch Guide for the Apple Device Enrollment Program (DEP) Using Apple's DEP to automatically enroll new devices with AirWatch MDM AirWatch v9.3 Have documentation feedback? Submit a Documentation

More information

VMware AirWatch Guide for the Apple Device Enrollment Program (DEP) Using Apple's DEP to automatically enroll new devices with AirWatch MDM

VMware AirWatch Guide for the Apple Device Enrollment Program (DEP) Using Apple's DEP to automatically enroll new devices with AirWatch MDM VMware AirWatch Guide for the Apple Device Enrollment Program (DEP) Using Apple's DEP to automatically enroll new devices with AirWatch MDM AirWatch v9.2 Have documentation feedback? Submit a Documentation

More information

VMware AirWatch Secure Gateway Guide Securing Your Infrastructure

VMware AirWatch Secure  Gateway Guide Securing Your  Infrastructure VMware AirWatch Secure Email Gateway Guide Securing Your Email Infrastructure Workspace ONE UEM v9.7 Have documentation feedback? Submit a Documentation Feedback support ticket using the Support Wizard

More information

VMware AirWatch Secure Gateway Guide Securing Your Infrastructure

VMware AirWatch Secure  Gateway Guide Securing Your  Infrastructure VMware AirWatch Secure Email Gateway Guide Securing Your Email Infrastructure AirWatch v9.2 Have documentation feedback? Submit a Documentation Feedback support ticket using the Support Wizard on support.air-watch.com.

More information

Cvent to CrowdCompass Connector User Guide. Cvent, Inc 1765 Greensboro Station Place McLean, VA

Cvent to CrowdCompass Connector User Guide. Cvent, Inc 1765 Greensboro Station Place McLean, VA Cvent to CrowdCompass Connector User Guide 2018 Cvent, Inc 1765 Greensboro Station Place McLean, VA 22102 www.cvent.com Contents Cvent to CrowdCompass Connector User Guide... 3 Enabling the Cvent to CrowdCompass

More information

CENTRAL TEXAS MEDICAL CENTER

CENTRAL TEXAS MEDICAL CENTER CENTRAL TEXAS MEDICAL CENTER Date: To: Physician Office Staff Personnel or Billing Agents From: Jan Knott, CMSCICPCS Re: Security Registration In order to register you through the CTMC security system

More information

Vacancy Announcement

Vacancy Announcement Vacancy Announcement POSITION: Principal Identity and Access Management Specialist DEPARTMENT: Chief Information Officer / Process Management and Innovation / Identity and Access Management REQUIREMENTS:

More information

eprint MOBILE DRIVER User Guide

eprint MOBILE DRIVER User Guide eprint MOBILE DRIVER User Guide eprint Mobile Driver User Guide Copyright and License 2011 Copyright Hewlett-Packard Development Company, L.P. Reproduction, adaptation, or translation without prior written

More information

Oracle Talent Acquisition Cloud

Oracle Talent Acquisition Cloud Oracle Talent Acquisition Cloud Release 15B Release Content Document August 2016 Revised: August 2017 TABLE OF CONTENTS REVISION HISTORY... 3 OVERVIEW... 5 ORACLE TALENT ACQUISITION CLOUD... 6 ORACLE TALEO

More information

Onboard. Design Specifications v1.0. Team Members. Liam Yafuso Robert Waite Diane Cordero Jacqueline Avis Daniel Tea

Onboard. Design Specifications v1.0. Team Members. Liam Yafuso Robert Waite Diane Cordero Jacqueline Avis Daniel Tea Onboard Design Specifications v1.0 Team Members Liam Yafuso Robert Waite Diane Cordero Jacqueline Avis Daniel Tea 1 1 Introduction 1.1 Product Overview 1.2 Definitions, Acronyms, and Abbreviations 2 Components

More information

Instructions to apply for fellowships

Instructions to apply for fellowships Instructions to apply for fellowships 2017-2018 Important Note: It is the responsibility of the applicant to be aware of the fellowships deadlines New applicants who are in the process of being admitted

More information

Siebel Installation Guide for Microsoft Windows. Siebel Innovation Pack 2015, Rev. D November 2015

Siebel Installation Guide for Microsoft Windows. Siebel Innovation Pack 2015, Rev. D November 2015 Siebel Installation Guide for Microsoft Windows Siebel Innovation Pack 2015, Rev. D November 2015 Copyright 2005, 2015 Oracle and/or its affiliates. All rights reserved. This software and related documentation

More information

March 14, pm ET

March 14, pm ET March 14, 2018 1-2 pm ET Agenda Introduction Overview of the NISC CA Technologies: FirstNet-OnRamp for First Responder Apps Q&A Quiz for those seeking Continuing Education Units (CEUs) Today s Speakers

More information

Identity Management and Attributes in GENI

Identity Management and Attributes in GENI Identity Management and Attributes in GENI Tom Mitchell GEC 11 July 26, 2011 Sponsored by the National Science Foundation Agenda Identity Management 101 Review GEC 10 Community Agreement Review GEC 10

More information

PROCEDURE FOR MOBILE DEVICE & TELEWORKING POLICY

PROCEDURE FOR MOBILE DEVICE & TELEWORKING POLICY CLASSIFICATION Internal DOCUMENT NO: DOCUMENT TITLE: OIL-IS-PRO-MDTP PROCEDURE FOR MOBILE DEVICE & TELEWORKING POLICY VERSION NO 1.0 RELEASE DATE 28/02/2015 LAST REVIEW DATE 31.03.2017 PROCEDURE FOR MOBILE

More information

Teacher Guide to the Florida Department of Education Roster Verification Tool

Teacher Guide to the Florida Department of Education Roster Verification Tool Teacher Guide to the 2016-17 Florida Department of Education Roster Verification Tool Table of Contents Overview... 1 Timeline... 1 Contact and Help Desk... 1 Teacher Login Instructions... 2 Teacher Review,

More information

Techstreet Enterprise: Admin Guide

Techstreet Enterprise: Admin Guide Techstreet Enterprise: Admin Guide This Techstreet Enterprise Guide provides a brief overview of all the major Administration features available on the platform. Learn how to add users, set up a, and more.

More information

How-To Guide: Last Modified: 2/9/2018 Creation Date: 9/12/2017

How-To Guide: Last Modified: 2/9/2018 Creation Date: 9/12/2017 How-To Guide: Last Modified: 2/9/2018 Creation Date: 9/12/2017 TABLE OF CONTENTS Sign up... 2 Download the app... 6 Logging into the app... 6 Watch a film... 8 Search for a movie?... 10 Add captions and

More information

2018 Applicant. Dashboard. BrandAdvantage

2018 Applicant. Dashboard. BrandAdvantage 08 Applicant Dashboard BrandAdvantage Contents Accessing the Applicant Dashboard... 3 Applicant Dashboard Page... 5 Personal Information... 6 Manage Organisations... 7 Manage Users... 8 Adding a User...

More information

Online Application Help

Online Application Help Online Application Help The Search for Grants website is noted throughout this document, however we also manage many other foundations that are not hosted on the website, but do utilize our online applications.

More information

GLOBALMEET RELEASE 4.0

GLOBALMEET RELEASE 4.0 GLOBALMEET RELEASE 4.0 This release includes a major enhancement to webcam sharing, usability improvements, and fixes to issues reported by our customers. SUMMARY OF CHANGES NEW FEATURES AND ENHANCEMENTS

More information

Siebel Installation Guide for Microsoft Windows. Siebel Innovation Pack 2017 July 2017

Siebel Installation Guide for Microsoft Windows. Siebel Innovation Pack 2017 July 2017 Siebel Installation Guide for Microsoft Windows Siebel Innovation Pack 2017 July 2017 Copyright 2005, 2017 Oracle and/or its affiliates. All rights reserved. This software and related documentation are

More information

The New Child Care Criminal Background Check Teacher Leader Summit 2018

The New Child Care Criminal Background Check Teacher Leader Summit 2018 The New Child Care Criminal Background Check Teacher Leader Summit 2018 Session Agenda What you can expect from this session: Presentation Overview of the Child Care Criminal Background Check (CCCBC) Overview

More information

Referred Patient Alerts & Online Recruitment Manager for Sites Instructions

Referred Patient Alerts & Online Recruitment Manager for Sites Instructions Referred Patient Alerts & Online Recruitment Manager for Sites Instructions The following training documentation will explain how you will obtain Referred Patient Alerts (RPAs), update a patient s enrollment

More information

LotusLive. Working together just got easier Online collaboration solutions for the working world

LotusLive. Working together just got easier Online collaboration solutions for the working world LotusLive Working together just got easier Online collaboration solutions for the working world LotusLive Software as a Service & Cloud Computing Lotus Collaboration Strategy LotusLive family Click to

More information

Find & Apply. User Guide

Find & Apply. User Guide Find & Apply User Guide Version 2.0 Prepared April 9, 2008 Grants.gov Find and Apply User Guide Table of Contents Introduction....3 Find Grant Opportunities...4 Search Grant Opportunities...5 Email Subscription...8

More information

Navigating Grants.gov

Navigating Grants.gov 11 Navigating Grants.gov 12 Navigating Grants.gov Search Grants and Applicant Tabs on the Homepage 13 Navigating Grants.gov Applicant Resources: Videos, User Guide, Training Content, FAQs and More 14 Navigating

More information

Joint Base Lewis-McChord (JBLM), WA Network Enterprise Center (NEC) COMPUTER-USER AGREEMENT Change 1 (30 Jun 2008)

Joint Base Lewis-McChord (JBLM), WA Network Enterprise Center (NEC) COMPUTER-USER AGREEMENT Change 1 (30 Jun 2008) Joint Base Lewis-McChord (JBLM), WA Network Enterprise Center (NEC) COMPUTER-USER AGREEMENT Change 1 (30 Jun 2008) Your Information Management Officer (IMO), System Administrator (SA) or Information Assurance

More information

Downloading Application Viewer

Downloading Application Viewer Downloading Application Viewer In order to access, complete and submit applications, you will need to download and install the PureEdge Viewer, a small, free program. PureEdge Viewer: Minimum System Requirements

More information

Grants.gov Applicant Overview

Grants.gov Applicant Overview Grants.gov Applicant Overview Register, Find, and Apply All Things Grants SBA, NOAA, GrantSolutions, and DC SCORE April 11, 2017 1 2 Getting Registered Types of Applicants 3 Getting Registered Dun & Bradstreet

More information

Service-Learning FAQ for Community Partners

Service-Learning FAQ for Community Partners Service-Learning FAQ for Community Partners What is a community partner?... 2 Who is a supervisor?... 2 How do you become a community partner?... 2 Adding supervisors to a community partner... 2 Can students

More information

Engaging your Community with Open Data in the ArcGIS Hub. Esri Canada User Conferences Fall 2017

Engaging your Community with Open Data in the ArcGIS Hub. Esri Canada User Conferences Fall 2017 Engaging your Community with Open Data in the ArcGIS Hub Esri Canada User Conferences Fall 2017 Every city has aspirations for the what they want to become A Well Run City through Government Efficiency

More information

GLOBALMEET USER GUIDE

GLOBALMEET USER GUIDE GLOBALMEET USER GUIDE Release 4.0 October 2017 (REV2) Includes: GlobalMeet web meetings GlobalMeet desktop tools (Mac and Windows) GlobalMeet for Outlook (Mac and Windows) TABLE OF CONTENTS GlobalMeet

More information

Monthly Payment Plan

Monthly Payment Plan Monthly Payment Plan (MPP) Guide 2018-2019 MOUNT SAINT MARY COLLEGE STUDENT FINANCIAL SERVICES 1 CONTENTS HOW TO ENROLL IN THE MONTHLY PAYMENT PLAN 3 HOW TO SUBMIT A MANUAL PAYMENT TO THE MONTHLY PAYMENT

More information

OREGON HEALTH AUTHORITY, OFFICE OF EQUITY AND INCLUSION DIVISION 2 HEALTH CARE INTERPRETER PROGRAM

OREGON HEALTH AUTHORITY, OFFICE OF EQUITY AND INCLUSION DIVISION 2 HEALTH CARE INTERPRETER PROGRAM OREGON HEALTH AUTHORITY, OFFICE OF EQUITY AND INCLUSION DIVISION 2 HEALTH CARE INTERPRETER PROGRAM 333-002-0000 Purpose (1) These rules establish the Health Care Interpreter program, a central registry,

More information

Portal Closed Projects as of July 17, 2018

Portal Closed Projects as of July 17, 2018 Portal Closed Projects as of July 17, 2018 Number Project Name Status Phase Percent complete Priority Project leader/manager Planned start date Planned end date PRJ0264383 EA POR - Repurposing the Roster

More information

How to Review Scholarship Applications in STARS. USF University Scholarships and Financial Aid Services (USFAS) January 28, 2014

How to Review Scholarship Applications in STARS. USF University Scholarships and Financial Aid Services (USFAS) January 28, 2014 How to Review Scholarship Applications in STARS USF University Scholarships and Financial Aid Services (USFAS) January 28, 2014 Agenda Troubleshooting STARS Browser Issues Assigning Review Committee Members

More information

Grants.gov Applicant Overview. Register, Find, and Apply

Grants.gov Applicant Overview. Register, Find, and Apply 1 Grants.gov Applicant Overview Register, Find, and Apply 2 Getting Registered 3 Getting Registered Registering with Grants.gov to be an Authorized Organizational Representative (AOR) 4 Getting Registered

More information

ONE ID Local Registration Authority Procedures Manual. Version: 3.3

ONE ID Local Registration Authority Procedures Manual. Version: 3.3 ONE ID Local Registration Authority Procedures Manual Version: 3.3 May 9 th, 2017 Copyright Notice Copyright 2014, ehealth Ontario All rights reserved No part of this document may be reproduced in any

More information

CareTracker Patient Portal Tips

CareTracker Patient Portal Tips CareTracker Patient Portal Tips by Phasis Group, LLC CONTENTS Purpose... 2 Patient Portal Manual and Help... 2 Requirements for Patient s Computer... 2 Operating System / Internet Browsers... 2 Internet

More information

GLOBALMEET GLOBALMEET WEB & AUDIO USER GUIDE

GLOBALMEET GLOBALMEET WEB & AUDIO USER GUIDE GLOBALMEET GLOBALMEET WEB & AUDIO USER GUIDE FOR ipad, iphone, AND ipod TOUCH Release 2.9 July 2017 TABLE OF CONTENTS TABLE OF CONTENTS GlobalMeet Overview 4 Install GlobalMeet 5 Download the App 5 System

More information

Entering Direct Service & Fundraising Hours in the My Service Log System

Entering Direct Service & Fundraising Hours in the My Service Log System Entering Direct Service & Fundraising Hours in the My Service Log System A Step by Step Overview 1 This presentation will show you how to enter hours that you serve in the ADVANCE AmeriCorps program participating

More information

CAMPUS CONSORTIUM SINGLE SIGN-ON AND IDENTITY GRANT

CAMPUS CONSORTIUM SINGLE SIGN-ON AND IDENTITY GRANT CAMPUS CONSORTIUM SINGLE SIGN-ON AND IDENTITY GRANT Overview Campus Consortium offers Grant Programs for a variety of solutions, products and services. Campus Consortium Grants are funded by Campus Consortium

More information

Manage Pell Payments_SPD_ Revision Document Generation Date Date Modified Last Changed by sbrock Status sent for review 11.

Manage Pell Payments_SPD_ Revision Document Generation Date Date Modified Last Changed by sbrock Status sent for review 11. Department Responsibility/Role File Name Manage Pell Payments_SPD_20141117132500 Revision Document Generation Date Date Modified Last Changed by sbrock 11.17 Status sent for review 11.20 11/17/2014 1:25:00

More information

An Overview of the new Grants.gov Workspace Platform Presenters:

An Overview of the new Grants.gov Workspace Platform Presenters: Workspace is Coming! An Overview of the new Grants.gov Workspace Platform Presenters: Paul S. Martinez Tim Ereneta Joyce So Shoshana Lavinghouse History Lesson #1 A Portal is Born The Grants.gov program

More information

NOTICE OF PRIVACY PRACTICES

NOTICE OF PRIVACY PRACTICES NOTICE OF PRIVACY PRACTICES Effective Date: 2013 Wisconsin Dental Association (800) 243-4675 THIS NOTICE DESCRIBES HOW MEDICAL INFORMATION ABOUT YOU MAY BE USED AND DISCLOSED AND HOW YOU CAN GET ACCESS

More information

Android Guide January 2017

Android Guide January 2017 Android Guide January 2017 Table of Contents Welcome to imeet for Android 3 Install imeet on your Android smartphone 4 Download the app 4 System requirements 4 Getting started 5 Sign in (hosts and registered

More information

INCOMPLETE APPLICATIONS WILL NOT BE PROCESSED

INCOMPLETE APPLICATIONS WILL NOT BE PROCESSED Dear Applicant: Enclosed in this reappointment application for membership to the Guadalupe Regional Medical Center (GRMC) Allied Health Professionals Staff, you will find the following. Allied Health Professional

More information

Troubleshooting Audio

Troubleshooting Audio Welcome Audio for this event is available via ReadyTalk Internet streaming. No telephone line is required. Computer speakers or headphones are necessary to listen to streaming audio. Limited dial-in lines

More information

Healthcare Identifiers Service Information Guide

Healthcare Identifiers Service Information Guide Healthcare Identifiers Service Information Guide Introduction and overview Audience This information guide is intended for all individual healthcare providers and organisations seeking to participate in

More information

Child Care Licensing System Reference Guide for Consolidated Municipal Service Managers and District Social Services Administration Boards

Child Care Licensing System Reference Guide for Consolidated Municipal Service Managers and District Social Services Administration Boards Child Care Licensing System Reference Guide for Consolidated Municipal Service Managers and District Social Services Administration Boards Version: February 2018 Document Update Summary Document Update

More information

Defense Manpower Data Center (DMDC) Trusted Associate Sponsorship System (TASS) Trusted Agent User Guide. (TASS TASM/TA User Guide)

Defense Manpower Data Center (DMDC) Trusted Associate Sponsorship System (TASS) Trusted Agent User Guide. (TASS TASM/TA User Guide) Defense Manpower Data Center (DMDC) Trusted Associate Sponsorship System (TASS) Trusted Agent User Guide (TASS TASM/TA User Guide) Version 4.00 March 2013 Prepared by: The Defense Manpower Data Center

More information

Health Cloud Implementation Guide

Health Cloud Implementation Guide Health Cloud Implementation Guide Salesforce, Winter 18 @salesforcedocs Last updated: November 8, 2017 Copyright 2000 2017 salesforce.com, inc. All rights reserved. Salesforce is a registered trademark

More information

Precedence Privacy Policy

Precedence Privacy Policy Precedence Privacy Policy This Policy describes how Precedence Health Care Pty Ltd (Precedence), and any company which it owns or controls, manages personal information for which it is responsible, specifically

More information

DEFENSE LOGISTICS AGENCY THE NATION S COMBAT LOGISTICS SUPPORT AGENCY

DEFENSE LOGISTICS AGENCY THE NATION S COMBAT LOGISTICS SUPPORT AGENCY DEFENSE LOGISTICS AGENCY THE NATION S COMBAT LOGISTICS SUPPORT AGENCY How to Enroll in HowAMPS to Enroll in AMPS WARFIGHTER FIRST AMPS Website https://amps.dla.mil/oim If you have any questions while completing

More information

Presence Mercy Medical Center: Patient Portal Frequently Asked Questions

Presence Mercy Medical Center: Patient Portal Frequently Asked Questions Presence Mercy Medical Center: Patient Portal Frequently Asked Questions New patient health portal Q: What is the name of the new patient health portal? A: MyRecord Q: What is the URL for MyRecord? A:

More information

The future of patient care. 6 ways workflow automation will transform the healthcare experience

The future of patient care. 6 ways workflow automation will transform the healthcare experience The future of patient care 6 ways workflow automation will transform the healthcare experience Workflow automation: The foundation for improved patient care The patient lifecycle goes through many phases.

More information

Defense Manpower Data Center (DMDC) Trusted Associate Sponsorship System (TASS) Overview Guide. (TASS Overview Guide)

Defense Manpower Data Center (DMDC) Trusted Associate Sponsorship System (TASS) Overview Guide. (TASS Overview Guide) Defense Manpower Data Center (DMDC) Trusted Associate Sponsorship System (TASS) Overview Guide (TASS Overview Guide) Version 5.3.2 December 2014 Prepared by: The Defense Manpower Data Center DMDC Trusted

More information

Siemens Business Services E-Government Strategy. How to build it for a whole country the Austrian E-Government Experience

Siemens Business Services E-Government Strategy. How to build it for a whole country the Austrian E-Government Experience Siemens Business Services E-Government Strategy How to build it for a whole country the Austrian E-Government Experience Copyright Siemens Business 2006 Services Siemens GmbHBusiness 2006. All Services

More information

Résumé Help. Preparing to Write Your Résumé. Creating Your Résumé

Résumé Help. Preparing to Write Your Résumé. Creating Your Résumé Résumé Help One of the early steps in preparing for a job search is the development of a high quality résumé that represents your skills, experience, and educational attainments. Your résumé, usually a

More information

Guide to Enterprise Zone Certification

Guide to Enterprise Zone Certification Guide to Enterprise Zone Certification This user guide provides web screen shots to reach the application portal from OEDIT s website, navigate the application portal, and complete an Enterprise Zone Certification

More information

ChartMaker PatientPortal

ChartMaker PatientPortal ChartMaker PatientPortal The ChartMaker PatientPortal is an online service that allows a patient to keep track of their personal health information. It will also allow practices to share and receive information

More information

MMPC Funding Programs Submission Documentation

MMPC Funding Programs Submission Documentation MMPC Funding Programs Submission Documentation Richard A. McIndoe, Ph.D. MMPC Coordinating and Bioinformatics Unit Contact Information: Medical College of Georgia Center for Biotechnology and Genomic Medicine

More information

Nursys e-notify. Nursys e-notify File and API Specifications Version 2.1.5

Nursys e-notify. Nursys e-notify File and API Specifications Version 2.1.5 Nursys e-notify Nursys e-notify File and API Specifications Version 2.1.5 2018 National Council of State Boards of Nursing, Page 1 of 49 0.1 Disclaimer The information contained in this document is the

More information

FEATURES AND FUNCTIONALITY GUIDE

FEATURES AND FUNCTIONALITY GUIDE FEATURES AND FUNCTIONALITY GUIDE TM Login Screen This is where you enter your email id and password. Registered User Been in an imeet room. Guest Login Never been in an imeet room. Join A Meeting imeet

More information

Practice Incentives Program (PIP) ehealth Incentive

Practice Incentives Program (PIP) ehealth Incentive Practice Incentives Program (PIP) ehealth Incentive Requirement 4 - Electronic Transfer of Prescriptions 2016 Health Communication Network Limited Electronic Transfer or Prescriptions (etp) The practice

More information

GLOBALMEET GLOBALMEET USER GUIDE

GLOBALMEET GLOBALMEET USER GUIDE GLOBALMEET GLOBALMEET USER GUIDE Version: 3.1 Document Date: 1/25/2013 TABLE OF CONTENTS Table of Contents INTRODUCTION... 1 GlobalMeet Overview... 2 GlobalMeet HD... 3 GlobalMeet Toolbar for Outlook...

More information

Talk IN THIS EDITION. Fall 2017

Talk IN THIS EDITION. Fall 2017 August 2017 IN THIS EDITION Life: World Tour Advanced Threat Protection (ATP) Xfinity Cable and Streaming Lineup Multipass Enabled Computer Labs Duquesne Partners With EduRoam And More! Fall 2017 The Newsletter

More information

TIGER TIPS RESOURCES FOR AUBURN RESEARCHERS Updates to Grants.gov

TIGER TIPS RESOURCES FOR AUBURN RESEARCHERS Updates to Grants.gov AU Office of Sponsored Programs TIGER TIPS RESOURCES FOR AUBURN RESEARCHERS Updates to Grants.gov On August 2, 2013, the Grants.gov website experienced a facelift with a new look and feel. With this update,

More information

PRIVACY IMPACT ASSESSMENT (PIA) For the

PRIVACY IMPACT ASSESSMENT (PIA) For the PRIVACY IMPACT ASSESSMENT (PIA) For the Global Combat Support System Marine Corps (GCSS-MC) epartment of the Navy - United States Marine Corps SECTION 1: IS A PIA REQUIRE? a. Will this epartment of efense

More information

Proposal Development in KC Session FAQs

Proposal Development in KC Session FAQs January 31, 2017 - Can you have multiple roles on the Proposal Permissions tab? - How do we know what our Sponsor ID is? o Sponsor lookup. A user can search by many different criteria such as Sponsor Name

More information

Package glassdoor. September 14, 2017

Package glassdoor. September 14, 2017 Type Package Title Interface to 'Glassdoor' API Version 0.7.6 Package glassdoor September 14, 2017 Maintainer John Muschelli Interacts with the 'Glassdoor' API .

More information

MPF Philanthropy Community User Guide

MPF Philanthropy Community User Guide MPF Philanthropy Community User Guide Table of contents MPF Community Login Pages... 2 How to Register to MPF Community... 2 How to Login to MPF Community... 2 How to Reset Password on MPG Community...

More information

Health Market Inquiry

Health Market Inquiry Health Market Inquiry Standard Operating Procedure (SOP) for Data De- Identification Page 1 of 6 1. PURPOSE & SCOPE The purpose of this Standard Operating Procedure (SOP) is to outline the preparatory

More information

Notre Dame College Website Terms of Use

Notre Dame College Website Terms of Use Notre Dame College Website Terms of Use Agreement to Terms of Use These Terms and Conditions of Use (the Terms of Use ) apply to the Notre Dame College web site located at www.notre-dame-college.edu.hk,

More information

Common Questions and New Updates

Common Questions and New Updates Common Questions and New Updates Nov. 19, 2015 Kelley Kaminski, Network Account Manager Kim Marsh, Provider Advocate Agenda Credentialing compared to Contracting Roster maintenance National Disclosure

More information

Effective Data Reporting and Collection

Effective Data Reporting and Collection Standardized Collection of Data allows performance and outcomes reports for comparing courts to themselves over time or to other courts and to the state On line Invoicing/Billing i it streamlines the process

More information

Privacy and Security Training for Connecting Ontario. PACE Cardiology April, 2017

Privacy and Security Training for Connecting Ontario. PACE Cardiology April, 2017 Privacy and Security Training for Connecting Ontario PACE Cardiology April, 2017 Session Goals By the end of this session you will: Review key elements of privacy protection Know your privacy obligations

More information

Scheduling Process Guide

Scheduling Process Guide HHAeXchange Scheduling Process Guide Scheduling and Adjusting Visits Copyright 2017 Homecare Software Solutions, LLC One Court Square 44th Floor Long Island City, NY 11101 Phone: (718) 407-4633 Fax: (718)

More information

Ohio State VolunteerMatch

Ohio State VolunteerMatch Ohio State VolunteerMatch Club and Society Volunteer Guide Office of Volunteer Relations 800.762.5646 Michell Domke, Director domke.8@osu.edu Nadine Holmes, Associate Director holmes.115@osu.edu Updated

More information

Optima POC PARTICIPANT GUIDE

Optima POC PARTICIPANT GUIDE Optima POC Point of Care PARTICIPANT GUIDE 2017 Optima Healthcare Solutions Page 1 CONTENTS CONTENTS... 2 ABOUT THIS GUIDE... 3 LEARNING OUTCOMES... 4 1. ACCESSING POINT OF CARE... 5 2. CLOCKING IN...

More information

REQUEST FOR PROPOSAL. Online Student Enrollment Platform

REQUEST FOR PROPOSAL. Online Student Enrollment Platform REQUEST FOR PROPOSAL Online Student Enrollment Platform Issue Date: March 10, 2017 Response Deadline: March 31, 2017 Issued by: Shiawassee RESD Lisa Sutphen, Manager of Application Services 1025 N Shiawassee

More information

Proposal Development in KC Session FAQs

Proposal Development in KC Session FAQs January 31, 2017 - Can you have multiple roles on the Proposal Permissions tab? - How do we know what our Sponsor ID is? o Sponsor lookup. A user can search by many different criteria such as Sponsor Name

More information

Office of the Chief Privacy Officer. Privacy & Security in an App Enabled World HIMSS, Tuesday March 1, 2016, Las Vegas, NV

Office of the Chief Privacy Officer. Privacy & Security in an App Enabled World HIMSS, Tuesday March 1, 2016, Las Vegas, NV Office of the Chief Privacy Officer Privacy & Security in an App Enabled World HIMSS, Tuesday March 1, 2016, Las Vegas, NV Table of Contents Introduction Why Apps? What ONC is doing to advance use of Apps

More information

GLOBALMEET FOR BLACKBERRY GLOBALMEET FOR BLACKBERRY USER GUIDE

GLOBALMEET FOR BLACKBERRY GLOBALMEET FOR BLACKBERRY USER GUIDE GLOBALMEET FOR BLACKBERRY GLOBALMEET FOR BLACKBERRY USER GUIDE Release 1.3 February 2014 TABLE OF CONTENTS GlobalMeet for BlackBerry Overview 2 Install GlobalMeet for BlackBerry 3 Download the App 3 System

More information

Application Notes for IgeaCare ApoloDS with Avaya IP Office Issue 1.0

Application Notes for IgeaCare ApoloDS with Avaya IP Office Issue 1.0 Avaya Solution & Interoperability Test Lab Application Notes for IgeaCare ApoloDS with Avaya IP Office Issue 1.0 Abstract These Application Notes describe the configuration steps required for IgeaCare

More information

Deploying A Holistic Identity Management

Deploying A Holistic Identity Management Deploying A Holistic Identity Management Session 27, March 6, 2018 Spencer L SooHoo, PhD Cedars-Sinai Health System (CSHS) Kat Megas, MS National Institute of Standards and Technology (NIST) 1 Conflict

More information

PET TRUST VET PORTAL TABLE OF CONTENTS

PET TRUST VET PORTAL TABLE OF CONTENTS PET TRUST VET PORTAL TABLE OF CONTENTS Pet Trust Vet Portal... 2 Vet Portal Overview... 2 Vet Clinic Submission Side Online Portal Entry... 3 Cannon Processing of Online Vet Clinic Submissions (Batch Letters)...

More information

MEDICAL SPECIALISTS OF THE PALM BEACHES, INC. Chronic Care Management (CCM) Program Training Manual

MEDICAL SPECIALISTS OF THE PALM BEACHES, INC. Chronic Care Management (CCM) Program Training Manual MEDICAL SPECIALISTS OF THE PALM BEACHES, INC. Chronic Care Management (CCM) Program Training Manual September 2017 Table of Contents CCM PROGRAM OVERVIEW... 4 3 STEPS TO BEGIN CCM:... 5 Identify the Patient...

More information

User Guide for submitting a Disability Access Fund (DAF) application

User Guide for submitting a Disability Access Fund (DAF) application User Guide for submitting a Disability Access Fund (DAF) application Contents Purpose of this document... 3 Overview... 3 Entitlement... 3 Identifying eligible children... 3 DAF payments... 4 How to submit

More information

PRIVACY IMPACT ASSESSMENT (PIA) For the

PRIVACY IMPACT ASSESSMENT (PIA) For the PRIVACY IMPACT ASSESSMENT (PIA) For the Leadership Mirror 360 United States Air Force SECTION 1: IS A PIA REQUIRED? a. Will this Department of Defense (DoD) information system or electronic collection

More information

Solutions for Unified Critical Communications

Solutions for Unified Critical Communications Solutions for Unified Critical Communications Creating a Connected Health System Through Communication with SCL Health April 20 th, 2016 Agenda Creating a Connected Health System Through Communication

More information

ONESOURCE FRINGE BENEFITS TAX ONESOURCE FBT INSTALLATION GUIDE 2017 STAND-ALONE INSTALLATION AND UPGRADE GUIDE. Thomson Reuters ONESOURCE Support

ONESOURCE FRINGE BENEFITS TAX ONESOURCE FBT INSTALLATION GUIDE 2017 STAND-ALONE INSTALLATION AND UPGRADE GUIDE. Thomson Reuters ONESOURCE Support ONESOURCE FRINGE BENEFITS TAX ONESOURCE FBT INSTALLATION GUIDE 2017 STAND-ALONE INSTALLATION AND UPGRADE GUIDE Thomson Reuters ONESOURCE Support Date of issue: 03 Feb 2017 Getting started: Decision tree

More information

Mobile App Process Guide

Mobile App Process Guide Mobile App Process Guide Agency Setup and Management Copyright 2018 Homecare Software Solutions, LLC One Court Square 44th Floor Long Island City, NY 11101 Phone: (718) 407-4633 Fax: (718) 679-9273 Document

More information

ICANN Naming Services portal Quick Start Guide

ICANN Naming Services portal Quick Start Guide ICANN Naming Services portal Quick Start Guide ICANN Product Team 25 September 2017 ICANN ICANN Naming Services portal Quick Start Guide September 2017 1 TABLE OF CONTENTS 1 INTRODUCTION 3 2 GETTING STARTED

More information

WISHIN Statement on Privacy, Security, and HIPAA Compliance - for WISHIN Pulse

WISHIN Statement on Privacy, Security, and HIPAA Compliance - for WISHIN Pulse Contents Patient Choice... 2 Security Protections... 2 Participation Agreement... 2 Controls... 3 Break the Glass... 3 Auditing... 3 Privacy Protections... 4 HIPAA Compliance... 4 State Law Compliance...

More information

GLOBALMEET FOR ANDROID GLOBALMEET FOR ANDROID USER GUIDE

GLOBALMEET FOR ANDROID GLOBALMEET FOR ANDROID USER GUIDE GLOBALMEET FOR ANDROID GLOBALMEET FOR ANDROID USER GUIDE Release 1.0 June 2013 TABLE OF CONTENTS GlobalMeet for Android Overview 2 Install GlobalMeet for Android 3 Download the App 3 System Requirements

More information

NCLEX Administration Website Boards of Nursing/ Regulatory Body Guide Version

NCLEX Administration Website Boards of Nursing/ Regulatory Body Guide Version NCLEX Administration Website Boards of Nursing/ Regulatory Body Guide Version 14.8.1 Pearson is a trademark of Pearson Education, Inc. 2003-2014 Pearson Education, Inc. All rights reserved. Candidate contact

More information

EVERY MOMENT COUNTS. Rob Stokes. Senior Application Developer

EVERY MOMENT COUNTS. Rob Stokes. Senior Application Developer EVERY MOMENT COUNTS Rob Stokes Senior Application Developer Business Model WHO WE ARE Technology-enabled Care Management serving Consumers, Payers, and Providers Headquartered in Nashville, TN Serves top

More information

Integrated Disbursement and Information System (IDIS) Online

Integrated Disbursement and Information System (IDIS) Online Integrated Disbursement and Information System (IDIS) Online U.S. Department of Housing and Urban Development (HUD) Office of Community Planning and Development (CPD) IDIS Online Reports User Guide October

More information