single admin for two or more Organisations

2014-12-01 Thread Jason Kristian
HI , Im trying to create a admin users that owns two org’s Ive not been able too I can see that the Username and email have to be unique so I don’t think it can be done but after looking at the javascript SDK its has methods to change org and get org’s for logging users so is this some thing

Re: single admin for two or more Organisations

2014-12-01 Thread Rod Simpson
Jason, You can add an admin user to a second org in two ways: 1.  If the org doesn’t exist, simply create a new org.  It will be automatically connected to the Admin user who’s token was used to create it.   In the portal, click the “org administration” icon in the upper right hand corner.  

Re: single admin for two or more Organisations

2014-12-01 Thread Jason Kristian
Thanks for you response I’ll try that again. 1 - I’ve tried using rest api and I get a error saying that the username and email must be unique. 2 - in the portal I can add a 2nd admin to a existing org. but Ive not found a way to add a new org other then the register button on the log in page

Re: single admin for two or more Organisations

2014-12-01 Thread Rod Simpson
Admin users must be unique.  Orgs must be unique.  But there is a many to many relationship between the two.  If you are getting an error about unique usernames or emails, then probably the call you are making is to create a new admin user (which also creates a new org).  You don’t want to do