/cc/api documentation

Hello,

Looking for some help with the cc/api:

  1. I know it’s being deprecated but where is the API reference/docs? Can’t seem to find it anywhere.

  2. Is there an equivalent for /cc/api/user/ in the beta or v3 API’s? Again, can’t seem to find it

Thanks!

HI @mario_rod. Welcome to the community!

  1. Our /cc APIs have never been formally documented as they were meant to be private and used only by the UI. You might find parts and pieces of the /cc API documented here and there, but there is no official, central location for these docs. We are hard at work providing v3 functionality for our older APIs. However, if there is functionality in the UI that you are trying to leverage in your code, and you can’t find an equivalent v3 endpoint in our docs, your best bet is to reverse engineer the UI by using your browser’s inspector tool.

  2. It depends on what you are trying to do with the /user endpoint. If you need to search for accounts or identities, then you can leverage our search API. @darrenjrobinson has created a PowerShell module for IdentityNow APIs. You can see how he implemented list users.

1 Like

Hi @colin_mckibben

Thanks for the prompt response and the info.

I’m looking for the equivalent of cc/api/user/invite

Check out this topic that was previously posted. It discusses a lot of information about user invites, so please read all of the comments.

1 Like

Thanks Colin. I’ll test it out and provide feedback