Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Table of allowed parameters.

_bearer_tokenStringSpecifies the token for which you would like the info in the response.

Handling the response

Below is a table of available response fields and objects that are returned within the response object of the returned object. Underlined values are default.

...

Code Block
languagejavascript
{
	"response" : {
		"locale" : {
			"timezone":"America/Los_Angeles",
			"currency":{"symbol":"$"}
		},
		"email":"bren.pearson@accelo.com",
		"firstname":"Bren",
		"deployment":"hq",
		"expiry_date":"1468046391",
		"surname":"Pearson"
	},
	"meta":{"message":"Everything executed as expected.","status":"ok","more_info":"https://affinitylive.jira.com/wiki/display/APIS/Status+Codes#ok"}
}