Adobe Connect User Community
Menu

#1 2011-02-18 04:44:37

**_phyoe2004_**

Create and Modify user by using API

Dear All,

I want to create and edit the user, (For edit, especially for password) by using my application. How can I call to Adobe connect pro?

Offline

#2 2011-02-18 05:03:08

**_Purnima_**

Re: Create and Modify user by using API

Connect has complete XML API documentation for this purpose. You can click on help and then search for it.
Meanwhile you can also refer to
http://livedocs.adobe.com/breeze/6/xml_ … pa_fir.htm

This should be of help. In case no, let me know.

Offline

#3 2011-02-18 05:06:26

**_phyoe2004_**

Re: Create and Modify user by using API

Dear Purnima,

Thanks for your reply. Could you please tell me in more specific?

Offline

#4 2011-02-18 05:08:48

**_Purnima_**

Re: Create and Modify user by using API

This document list down very clearly the steps required to add users using XML API.
Just a snippet
Create users

To create a new user, you need Administrator privilege. Adobe recommends that you create a user who belongs to the admins group for your application to use to make API calls that require Administrator privilege.

Create a new user and send a welcome e-mail

In your application, log in as an Administrator user.

Call principal-update with at least these parameters:
https://example.com/api/xml?action=principal-update
        &first-name=jazz&last-name=doe&login=jazz99@doe.com&password=hello
        &type=user&send-email=true&has-children=0&email=jazz99@doe.com
The type must be user, has-children must be 0 or false, send-email must be true, and email must have a valid e-mail address.

The server sends a welcome e-mail with login information to the user's e-mail address.


I am sure this document would resolves your queries.

Last edited by **_Purnima_** (2011-02-18 05:09:16)

Offline

#5 2011-02-18 05:10:32

**_katgoel_**

Re: Create and Modify user by using API

With your application you can  send XML API calls to Connect Enterprise and then interpret the XML response.

For Create and update User, you can use APIs as listed in following page:

http://livedocs.adobe.com/breeze/6/xml_ … pa_fir.htm


Go to Basics section and then Create User/Update User.Hope this helps..

Last edited by **_katgoel_** (2011-02-18 05:11:35)

Offline

#6 2011-02-18 05:20:01

**_phyoe2004_**

Re: Create and Modify user by using API

If I want to edit the existing user, how can I call it?

Offline

#7 2011-02-18 08:28:20

**_Purnima_**

Re: Create and Modify user by using API

To update user
https://example.com/api/xml?action=principal-update
    &principal-id=2006282569&email=jazzdoe@newcompany.com

Offline

#8 2011-02-19 04:18:55

**_phyoe2004_**

Re: Create and Modify user by using API

Dear Purnima,

Thank you very much. Let me try!

Offline

#9 2011-02-19 05:44:49

**_phyoe2004_**

Re: Create and Modify user by using API

Dear Purnima,

How can I retrieve back the principal-id=2006282569?

Offline

Board footer