How can I request all enterprises with associated groups and users using OCI-P?

In the documentation I see most requests are related serviceProvideId's.

Tag(s):

Posted Answers

The service provider commands also work for enterprises. Enterprises are identified by the serviceProviderId.

You can get the list of enterprises with the ServiceProviderGetListRequest command, setting isEnterprise=true.

To get the list of groups in an enterprise, send the GroupGetListInServiceProviderResponse.

To get the list of users in an enterprise, send the UserGetListInServiceProviderRequest.

No votes yet


Thanks Steve.
I managed to get the output.

CHeers

No votes yet


Add A Response

In order to post a response, you must Login or Register first.