Re: Setting Org Manager via API
CF Runtime
Hi Daniel,
The purpose of the Associate User with the Organization endpoint is to add a user to an organization. This endpoint needs to be called before a user can be added to the organization's spaces. This is why the CLI automatically adds the user to the organization's user list. Associate Managed Organization with the User is the same call as Associate Manager with the Organization <http://apidocs.cloudfoundry.org/210/organizations/associate_manager_with_the_organization.html>, but it uses the relation starting from the user rather than the organization. We don't recommend using this endpoint, as only admins have full access to the users list, and they may not be able to look the user up this way. We have stories in our backlog to address this. The CF Runtime Team, Utako && Dan On Thu, May 28, 2015 at 12:38 AM, Daniel Jones < daniel.jones(a)engineerbetter.com> wrote: Hi all, Admin Adding a user to an org Adding user as manager to org Adding user to manager list Not an admin Many thanks in advance. |
|