Catalyst

by Zoho

Go to console

Frequently asked Questions

Browse through frequently asked questions and find quick solutions
to common queries and challenges on working with Catalyst

×

Catalyst SDK

How do I access Catalyst SDKs?

You can access Catalyst SDKs from two places in the Catalyst console:

  1. From the expanded menu in the project page:

    Open your project in the Catalyst console and click your profile picture. catalyst_sdk_q1_click_profile

    The expanded menu contains the links to download various SDKs that you can use in your application. catalyst_sdk_q1_profile

  2. From the Developer Tools in Settings: The Developer Tools in Settings also contains the links to access and download the SDKs that are available for your project. catalyst_sdk_q1_sdk_list

You can refer to the Catalyst console help page for detailed help with accessing the SDKs and using the console.

How do I fix it if the 'getCurrentUser()' method in the User Management SDK returns null?

If the client portal wasn’t authenticated before triggering the Basic I/O or Advanced I/O function that contains the getCurrentUser() method, then the function will run using the admin authentication. This will cause the method to return a null response.

Therefore, you should ensure that you have authenticated the client portal before executing the getCurrentUser() method.