Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
RafaelBarrios
Partner - Specialist
Partner - Specialist

Create user in Cloud using Qlik-cli

Hi Everyone,

and I'm running into some problems that I hope you can help me with

First i want to export and then import the users into the cloud so i can reasing every app, sheets, bookmarks, etc. before go live.

As mentioned in the Migration Center Help, i followed the procedure to export

now im trying to use Qlik-cli for calling API and with this i succesfully list users and groups in Cloud but when trying to create users from the  CSV im getting a 403 error "Forbidden Message".

my cloud access is configured with Azure AD and working fine with  2 other users, the tenant admin and another that login with the invitation (both with all roles and proffesional license allocation).

 

Hope you can help.

Best,

 

 

Labels (3)
2 Solutions

Accepted Solutions
Eugene_Sleator
Support
Support

Hi @RafaelBarrios it seems that the API is working as designed. As per the documentation this only creates an invited user. For the ability to create users accessing via an IDP you would need to make a feature request.

qlik-cli user create 

How-To-Submit-Feature-Requests-For-Qlik-Products 

 

Hope this helps

View solution in original post

Eugene_Sleator
Support
Support

4 Replies
Eugene_Sleator
Support
Support

Hi @RafaelBarrios it seems that the API is working as designed. As per the documentation this only creates an invited user. For the ability to create users accessing via an IDP you would need to make a feature request.

qlik-cli user create 

How-To-Submit-Feature-Requests-For-Qlik-Products 

 

Hope this helps

RafaelBarrios
Partner - Specialist
Partner - Specialist
Author

THanks @Eugene_Sleator 

If I understood correctly, in order for this to work I must first invite the user

correct?

Eugene_Sleator
Support
Support

@RafaelBarrios  yes that is correct 

RafaelBarrios
Partner - Specialist
Partner - Specialist
Author

thanks @Eugene_Sleator 

Regards,