Skip to main content
Question

Hi Celopeers,is there any way or best practice to invite new users with an action flow or anything similar?Is there also any way to download the users list with an action flow as .csv? Many thanks in advance!Jan

  • January 17, 2023
  • 1 reply
  • 5 views

download user list as .csv

 

screenshot_download_userlist_as_csv 

invite new usersscreenshot_inviteuser

1 reply

Forum|alt.badge.img+14
  • Level 8
  • January 18, 2023

Hi,

 

To Invite a user, you can use the SCIM API - https://XXXXXXXXXX.XXX.celonis.cloud/swagger-ui/index.html?urls.primaryName=SCIM

 

Similarly, downloading the users can be done using SCIM API or you can use this endpoint - https://XXXXXXXXXX.XXX.celonis.cloud/api/members?includeInternal=true

 

(ps. provide your domain and cluster in the link above)

 

And in Action Flow, you can use the HTTP module to call this API and generate csv (CSV module) .

 

Hope this helps.