Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Talend Cloud AWS EU Scheduled Outage: Starting Tues 26 May 21:00 CEST with expected completion Wed 27 May 01:00 CEST
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 !!