Versions Compared

Key

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

...

Code Block
titleExample HTTP Request Body
 (LEAVE REQUEST BODY EMPTY)


Code Block
titleExample Response
200 OK
[
	{
		"id": 123,
		"email": "jon.doe@foo.edu",
		"organization": {
						"id": 456,
						"name": "Foo University",
						"emailDomain": "foo.edu",
						"termsOfService": null,
						"photoRequirements": [ ],
						"bytes": null,
						"logo": null,
						"customCssUrl": null
						},
		"photos": null,
		"authorities": [ ]
	}
]

...