GET Users/HasPassword?userID={userID}

Check if user password has been set.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
userID

The Identifier of the User

globally unique identifier

Required

Body Parameters

None.

Response Information

Resource Description

boolean

Response Formats

application/json, text/json

Sample:
{
  "results": [
    true
  ]
}

text/javascript

Sample:
{"results":[true]}

application/bson

Sample:
Binary JSON content. See http://bsonspec.org for details.

application/xml, text/xml

Sample:
<boolean xmlns="http://schemas.microsoft.com/2003/10/Serialization/">true</boolean>