isEmailTaken
- Home
- Accounts & Sessions
- User
- isEmailTaken
isEmailTaken
Checks whether the email address is taken on this node.
Parameters
Name | Description |
node_id optional | Node ID |
email required |
Request Syntax
https://services.onesite.com/1/user/isEmailTaken.json?email=john.doe@example.com&devkey=[devkey] |
JSON Response
1 2 3 4 5 6 7 |
{ "code":208, "message":"Email is taken.", "content":{ "uniqueId":"5b46c2" } } |
Service Information
Service | user |
Method | isEmailTaken |
Type | REST |
Response Types | JSON, XML |