Event manager User template for Azure Blob Storage #2025
Unanswered
RanjithKumarKarnam
asked this question in
Q&A
Replies: 1 comment
-
|
Open up the Web Developer tools in your browser, go to the users page and then look for the json response of the user you updated in the UI. This will have all the parameters needed to supply to your template. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
"I have integrated OpenID with SFTPGo and am using the following Event Manager action user template to create users automatically.
I plan to set the backend storage as an Azure Blob container along with a key prefix. I was able to configure it through the GUI. Can anyone provide a JSON template to update in the Event Manager action?"
{
"status": 1,
"username": "{{Name}}",
"homedir": "",
"permissions": {
"/": [
"*"
]
}
}
Beta Was this translation helpful? Give feedback.
All reactions