- Home
- Resources
- Users
REST interface for the social networking library (users).
GET /users/getUserEmail
This method has been deprecated.
Response Body
| media type |
data type |
description |
| text/plain |
object
|
|
Example
Request
GET /users/getUserEmail
Content-Type: */*
Accept: text/plain
...
Response
HTTP/1.1 200 OK
Content-Type: text/plain
...
GET /users/getUserFullname
This method has been deprecated.
Response Body
| media type |
data type |
description |
| text/plain |
object
|
|
Example
Request
GET /users/getUserFullname
Content-Type: */*
Accept: text/plain
...
Response
HTTP/1.1 200 OK
Content-Type: text/plain
...