Users

Check if user has password

Check if the user with the given ID has a password set.

get/api/users/{userId}/has-password

Path parameters

userIdstring required

The unique identifier of the user.

Response

The result of the check.

hasPasswordboolean required

Changes