#RestAPI call to reset active-directory password

1 messages · Page 1 of 1 (latest)

neon crown
#

I cannot identify correct Rest endpoint to execute following command:

vserver active-directory password-reset -vserver [mgmt_vserver]

for data svms which have cifs server I can use /api/protocols/cifs/domains/{svm_uuid} but what can I do for vservers which do not have cifs, but are joined with the domain ?

trim cypress
#

I haven't done it myself, but you can run PATCH towards "/protocols/active-directory/{svm.uuid}" and provide password. Maybe that's what you're looking for?