Hello, I'm developing a custom provisioning UI and I'm using the GetCallerUIRoles function to log in an user, the problem is that I've created a ConsumerOrganization that will be part of an Standar Exchange Plan (just like hotmail for example) and also I've some other Organizations (not ConsumerOrganizations) that will allow manager users to add other users to a business exchange plan.
When I try to execute the GetCallerUIRoles with an user subscribed to the ConsumerORganization the webservice returns "Unable to open object 'LDAP://' there is no such object on the server. I look inside the groups of this users an they don't have the AllUser@Organization group... probably because this is a consumer organization. Also I've tryed the same on the business organizations and they are working well except for the mailbox creation.
Can anyone help me on this?