Use the following guidelines and suggested steps to help resolve registering partner issues for multitenancy.
- Condition:
- After you install UCP Advisor, the default partner apiadmin is not created and the Manage Subscribers option is not available in UCP Advisor.
- What it Means:
- You cannot register subscribers to UCP Advisor.
- Corrective Action:
-
- Log on to the UCP Advisor.
- Select API Documentation under User to open the Swagger UI in a new window.
- For Select a definition, select Multi Tenancy.
- Navigate to the user-registration collection.
- Click POST /register/partner, and then click Try it out.
- In the Request body box, enter apiadmin for the partnerId parameter. For example:
{ "name": "", "partnerId": "apiadmin", "description": "" }
- Click Execute.
- Relogin to UCP Advisor.