ZAP API — users
ZAP API — users. 15 operations. Lead operation: users. Self-contained Naftiko capability covering one Owasp Zap business surface.
What You Can Do
MCP Tools
tries-authenticate-identified-user-returning
Tries to authenticate as the identified user, returning the authentication request and whether it appears to have succeeded.
creates-new-user-given-name
Creates a new user with the given name for the context with the given ID.
tries-poll-identified-user-returning
Tries to poll as the identified user, returning the authentication request and whether it appears to have succeeded. This will only work if the polling verification strategy has been configured.
removes-user-given-id-that
Removes the user with the given ID that belongs to the context with the given ID.
sets-authentication-credentials-user-given
Sets the authentication credentials for the user with the given ID that belongs to the context with the given ID.
sets-fields-authentication-state-user
Sets fields in the authentication state for the user identified by the Context and User Ids.
sets-specified-cookie-user-identified
Sets the specified cookie for the user identified by the Context and User Ids.
sets-whether-not-user-given
Sets whether or not the user, with the given ID that belongs to the context with the given ID, should be enabled.
renames-user-given-id-that
Renames the user with the given ID that belongs to the context with the given ID.
gets-authentication-credentials-user-given
Gets the authentication credentials of the user with given ID that belongs to the context with the given ID.
gets-configuration-parameters-credentials-context
Gets the configuration parameters for the credentials of the context with the given ID.
gets-authentication-session-information-user
Gets the authentication session information for the user identified by the Context and User Ids, e.g. cookies and realm credentials.
gets-authentication-state-information-user
Gets the authentication state information for the user identified by the Context and User Ids.
gets-data-user-given-id
Gets the data of the user with the given ID that belongs to the context with the given ID.
gets-list-users-that-belong
Gets a list of users that belong to the context with the given ID, or all users if none provided.