Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 718 Bytes

ApiGen_users.md

File metadata and controls

18 lines (15 loc) · 718 Bytes

ZAP 2.7.0 API

Component: users

Name Type Parameters Description
usersList view contextId
getUserById view contextId userId
getAuthenticationCredentialsConfigParams view contextId*
getAuthenticationCredentials view contextId* userId*
newUser action contextId* name*
removeUser action contextId* userId*
setUserEnabled action contextId* userId* enabled*
setUserName action contextId* userId* name*
setAuthenticationCredentials action contextId* userId* authCredentialsConfigParams

Starred parameters are mandatory

Back to index