You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is there any elegant way in order to use both API's v1 and v2?
I noticed that in v1 (jcapi1) we can access mainly to system user's info and in v2 (jcapi2) we can access user groups info.
In order to use both jcapi1 and jcapi2 (system users and user groups info), I was needed to install both 2 maven packages (after changing their name) and change one of the projects' package name (to avoid class definitions conflicts).
Am I missing something?
The text was updated successfully, but these errors were encountered:
Hi @matoyoshi.
JumpCloud Support would be happy to assist you with this inquiry.
Please open a support ticket by emailing that message to [email protected]
We look forward to working with you!
Is there any elegant way in order to use both API's v1 and v2?
I noticed that in v1 (jcapi1) we can access mainly to system user's info and in v2 (jcapi2) we can access user groups info.
In order to use both jcapi1 and jcapi2 (system users and user groups info), I was needed to install both 2 maven packages (after changing their name) and change one of the projects' package name (to avoid class definitions conflicts).
Am I missing something?
The text was updated successfully, but these errors were encountered: