What happens if you create more users via the API than you have licenses?

Description
Using the API to create users with no issues. Each user is assigned a license when created.

What happens when your account runs out of licenses? If I have 500 licenses - what happens when I call custCreate for the 501st user and set their type to “2”? Will I get an error message or will it simply create a basic user with no license?

This impacts how proactively we manage licenses and remove them from “stale” users.

Hi @gdahl,

If you attempt to apply a license to a user via API but you don’t have any available licenses, the request validation should fail and this should result in an error message.

Let me know if this helps,
Will

Thanks Will. That answers my question.

Glad I could help, @gdahl :slight_smile:

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.