...
...
...
...
...
Info |
---|
This Example Project demonstrates how to consume this API endpoint within a C# project. |
...
Optional URL Parameters:
allowCreate=[true|false]
default isfalse
- If
true
a new person will be created if a person is not found for the specified URI. - If
false
an error,404 Not Found
, is returned if a person is not found for the specified URI.
- If
getLoginLink=[true|false]
default isfalse
If
false
, just the person is returned as the root element of the JSON objectIf
true
, the person is return alongside his login link as theuser
andaccess_link
elements of the JSON response object. A person's login link contains a unique, secure token that allows them to log into the CloudCard without entering their username or password.
...