how to set a profile in create_user
Tomas
Registered, Neuron 2022 Posts: 121 ✭✭✭✭✭
Hi,
the create_user API does not allow us to create a user with a specific Profile. It assigns the Data science license, and if there is no more free license, it fails. How to override it and create for example an "Explorer"?
This does not seems to work:
client.create_user( user , pwd, display_name= user_first_last_name , source_type='LOCAL', groups=user_groups, user_profile = 'EXPLORER' )
Thanks
the create_user API does not allow us to create a user with a specific Profile. It assigns the Data science license, and if there is no more free license, it fails. How to override it and create for example an "Explorer"?
This does not seems to work:
client.create_user( user , pwd, display_name= user_first_last_name , source_type='LOCAL', groups=user_groups, user_profile = 'EXPLORER' )
Thanks
Tagged:
Best Answer
-
Hi Tomas,
Could you retry with the correct keyword argument "profile", not "user_profile"? See doc: https://doc.dataiku.com/dss/latest/publicapi/client-python/client.html#dataikuapi.dssclient.DSSClient.create_user
If you get another error, could you please post the error message to this thread?
Cheers,
Alex