cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
397
Views
0
Helpful
1
Replies

A different process for registry account

OHua
Beginner
Beginner

A regular way for registry account is

  1. admin use REST API, POST /people {"emails":["john@mysite.webex.com"], "displayName":"john", "orgId":"<orgId>"}
  2. user receive email and activate account
  3. user direct to registry page and input password and displayName
  4. done, user can login now

 

But what I need is processing like below:

  1. admin use REST API, POST /people {"emails":["john@mysite.webex.com"], "displayName":"john", "orgId":"<orgId>", "password": "<password>", "invitePending":false, "active":true}
    - the default password may come from users identity number or other rules that admin can defined by himself
  2. done, user can login now

Pros:

  1. user doesn't need to receive email for setting password and activate account by himself, just login directly
  2. admin can customize the rule of default password
  3. admin can decide whether send email to user or not

 

Is there any approach can cover what I need ?

1 Accepted Solution

hazeena farook
Cisco Alumni

@OHua You may try auto account creation. Refer this article and let us know if this helps your requirement. https://help.webex.com/en-us/article/g2wy83/Configure-Single-Sign-On-(SSO)-Authentication-for-Attendees-for-Your-Cisco-Webex-Site

With Site Administration, Users can be automatically created through SSO auto account creation and XML API.
https://help.webex.com/en-us/article/dyg3lz/Differences-between-Site-Administration-and-Control-Hub-managed-Webex-sites

View solution in original post

1 Reply 1

hazeena farook
Cisco Alumni

@OHua You may try auto account creation. Refer this article and let us know if this helps your requirement. https://help.webex.com/en-us/article/g2wy83/Configure-Single-Sign-On-(SSO)-Authentication-for-Attendees-for-Your-Cisco-Webex-Site

With Site Administration, Users can be automatically created through SSO auto account creation and XML API.
https://help.webex.com/en-us/article/dyg3lz/Differences-between-Site-Administration-and-Control-Hub-managed-Webex-sites

Getting Started

Welcome to the Webex Community. This is your home to ask questions, share knowledge, and attend live webinars.

Recognize Your Peers