Skip to main content
Answer

API: Create User With license asigned

  • January 9, 2024
  • 2 replies
  • 138 views

ben.bahrman@headintheclouddev.
Forum|alt.badge.img+3

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
Forum|alt.badge.img+7
  • Lucid support team
  • Answer
  • 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.
Forum|alt.badge.img+3

Ok, thanks @Abigail M, that makes sense.