Solved

API: Create User With license asigned

  • 9 January 2024
  • 2 replies
  • 52 views

Badge +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?

icon

Best answer by Abigail M 9 January 2024, 23:48

View original

Comments

Userlevel 2
Badge +6

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.

Badge +3

Ok, thanks @Abigail M, that makes sense.

Reply