The following macros are not currently supported in the header:
- style
GET /staff/:username
Deprecated
This endpoint has been deprecated. Please filter by username instead
Resource URL
Returns a staff member using username.
GET /staff/:username
ANY /staff/:username?_method=getParameters
Table of allowed parameters.
_fields | partial string | Allows you to specify optional fields and linked objects to include in the response. |
|---|
Handling the response
For handling the response, please see GET staff/:id.
Sample Response
GET /staff/kurt_wagner.json?_fields=email{
"response" :
{
"firstname" : "AffinityLive",
"email" : "system@affinitylive.com",
"id" : "1",
"surname" : "System"
},
"meta" : {
"status" : "ok",
"message" : "Everything executed as expected."
}
}