Skip to main content
Announcements
Qlik Introduces a New Era of Visualization! READ ALL ABOUT IT
cancel
Showing results for 
Search instead for 
Did you mean: 
NicolasAimain1
Partner - Contributor III
Partner - Contributor III

send invitation through automation

Hi everybody

I was trying to send email invitation through automation following the online help 

Invite one or more users by email address.

but despite many try i'm always getting error 404

does anybody see where is my mistake ??

path : users/actions/invite

method : post

and body (raw input)

{
"invitees": [
{
"email": "test@company.com",
"resend": true
}
]
}

 

NicolasAimain1_0-1714658813643.png

 

Labels (2)
1 Solution

Accepted Solutions
Shai_E
Support
Support

Hi @NicolasAimain1 

Two things:

1. Try using the block "Qlik Platform Operations - Invite User By Email" see if that works for you

2. For the raw api request i advise on opening a support case.

 

Best Regards

View solution in original post

3 Replies
Shai_E
Support
Support

Hi @NicolasAimain1 

I will test and let you know

Shai_E
Support
Support

Hi @NicolasAimain1 

Two things:

1. Try using the block "Qlik Platform Operations - Invite User By Email" see if that works for you

2. For the raw api request i advise on opening a support case.

 

Best Regards

NicolasAimain1
Partner - Contributor III
Partner - Contributor III
Author

thanks @Shai_E , I will test and let you now

... i didn't see "Qlik Platform Operations - Invite User By Email" 😅 ... that may help !!