Skip to main content
ben.bahrman@headintheclouddev.
January 9, 2024
Solved

API: Create User With license asigned

  • January 9, 2024
  • 2 replies
  • 178 views

I’m trying to create a user via the REST Api, I can successfully create them but they don’t get created with a license. Is there a way to create a user via the REST API with a standard user license assigned?

Best answer by Abigail M

Hi Ben, thanks for posting in the community!

Our REST API grants licenses to the user based on the authenticated account's auto licensing settings. I recommend using our REST API to create users, then using our SCIM API to license users. 

If you have any further questions, please let me know.

Comments

Abigail M
Abigail MAnswer
Lucid support team
January 9, 2024

Hi Ben, thanks for posting in the community!

Our REST API grants licenses to the user based on the authenticated account's auto licensing settings. I recommend using our REST API to create users, then using our SCIM API to license users. 

If you have any further questions, please let me know.

ben.bahrman@headintheclouddev.
January 10, 2024

Ok, thanks @Abigail M, that makes sense.