Approve an account through the api #884
Answered
by
GerritKuilder
GerritKuilder
asked this question in
Q&A
-
Hi All, having looked through the docs and also tried the mastodon api direct method, but no luck. I would like to be able to approve an newly created account through the api. any suggestions how this can be done? Kind Regards, Gerrit Kuilder |
Beta Was this translation helpful? Give feedback.
Answered by
GerritKuilder
Apr 8, 2023
Replies: 1 comment
-
So ' thisresult=await masto.v1.admin.accounts.approve(acct.id)' confirms an account Now I have to be able to confirm the email address |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
GerritKuilder
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
So ' thisresult=await masto.v1.admin.accounts.approve(acct.id)' confirms an account
Now I have to be able to confirm the email address