In

Returns user list that were registered in the specified data namespaces. Users are added to namespaces by calling tags/save method.

Method entry point:

https://api.skybiometry.com/fc/account/users

Supported HTTP methods
GET, POST.
Required parameters

example:

https://api.skybiometry.com/fc/account/users.json?api_key=aa754b54b37&api_secret=4b3a4c6d4c

response:
{
"status" : "success",
"users" : {
"docs": [
"mark@docs",
"britney@docs"
] }
}

Recent Posts