<?xml version="1.0"?>
<?xml-stylesheet type="text/css" href="http://docs.hostway.com/skins/common/feed.css?303"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>http://docs.hostway.com/index.php?action=history&amp;feed=atom&amp;title=GET_Exchange_Mailbox</id>
		<title>GET Exchange Mailbox - Revision history</title>
		<link rel="self" type="application/atom+xml" href="http://docs.hostway.com/index.php?action=history&amp;feed=atom&amp;title=GET_Exchange_Mailbox"/>
		<link rel="alternate" type="text/html" href="http://docs.hostway.com/index.php?title=GET_Exchange_Mailbox&amp;action=history"/>
		<updated>2026-04-10T07:34:39Z</updated>
		<subtitle>Revision history for this page on the wiki</subtitle>
		<generator>MediaWiki 1.18.0</generator>

	<entry>
		<id>http://docs.hostway.com/index.php?title=GET_Exchange_Mailbox&amp;diff=1390&amp;oldid=prev</id>
		<title>Mike.robski: 1 revision: Release 95</title>
		<link rel="alternate" type="text/html" href="http://docs.hostway.com/index.php?title=GET_Exchange_Mailbox&amp;diff=1390&amp;oldid=prev"/>
				<updated>2014-07-02T05:59:31Z</updated>
		
		<summary type="html">&lt;p&gt;1 revision: Release 95&lt;/p&gt;
&lt;table class='diff diff-contentalign-left'&gt;
		&lt;tr valign='top'&gt;
		&lt;td colspan='1' style=&quot;background-color: white; color:black;&quot;&gt;← Older revision&lt;/td&gt;
		&lt;td colspan='1' style=&quot;background-color: white; color:black;&quot;&gt;Revision as of 05:59, 2 July 2014&lt;/td&gt;
		&lt;/tr&gt;&lt;/table&gt;</summary>
		<author><name>Mike.robski</name></author>	</entry>

	<entry>
		<id>http://docs.hostway.com/index.php?title=GET_Exchange_Mailbox&amp;diff=1389&amp;oldid=prev</id>
		<title>Mike.robski at 13:34, 20 May 2013</title>
		<link rel="alternate" type="text/html" href="http://docs.hostway.com/index.php?title=GET_Exchange_Mailbox&amp;diff=1389&amp;oldid=prev"/>
				<updated>2013-05-20T13:34:16Z</updated>
		
		<summary type="html">&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;Retrieve details for a particular Exchange mailbox&lt;br /&gt;
&lt;br /&gt;
'''GET''' &amp;lt;code&amp;gt;/accounts/{account-number}/exchange/{domain-name}/mailboxes/{username}&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Response Body ==&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;&lt;br /&gt;
{&lt;br /&gt;
  &amp;quot;username&amp;quot;: &amp;quot;user1&amp;quot;,&lt;br /&gt;
  &amp;quot;admin&amp;quot;: 0,&lt;br /&gt;
  &amp;quot;notes&amp;quot;: &amp;quot;some text&amp;quot;,&lt;br /&gt;
  &amp;quot;quota&amp;quot;: 100,&lt;br /&gt;
  &amp;quot;recipientLimit&amp;quot;: 10,&lt;br /&gt;
  &amp;quot;archiving&amp;quot;: 1,&lt;br /&gt;
  &amp;quot;blackberry&amp;quot;: 0,&lt;br /&gt;
  &amp;quot;billingStatus&amp;quot;: &amp;quot;open&amp;quot;,&lt;br /&gt;
  &amp;quot;name&amp;quot;: {&lt;br /&gt;
    &amp;quot;name&amp;quot;: &amp;quot;John Smith&amp;quot;,&lt;br /&gt;
    &amp;quot;company&amp;quot;: &amp;quot;My Company&amp;quot;,&lt;br /&gt;
    &amp;quot;department&amp;quot;: &amp;quot;Sales&amp;quot;,&lt;br /&gt;
    &amp;quot;title&amp;quot;: &amp;quot;President&amp;quot;&lt;br /&gt;
  },&lt;br /&gt;
  &amp;quot;address&amp;quot;: {&lt;br /&gt;
    &amp;quot;address&amp;quot;: &amp;quot;100 Main St.&amp;quot;,&lt;br /&gt;
    &amp;quot;city&amp;quot;: &amp;quot;Chicago&amp;quot;,&lt;br /&gt;
    &amp;quot;state&amp;quot;: &amp;quot;IL&amp;quot;,&lt;br /&gt;
    &amp;quot;zip&amp;quot;: &amp;quot;60001&amp;quot;,&lt;br /&gt;
    &amp;quot;country&amp;quot;: &amp;quot;US&amp;quot;&lt;br /&gt;
  },&lt;br /&gt;
  &amp;quot;phones&amp;quot;: {&lt;br /&gt;
    &amp;quot;businessPhone&amp;quot;: &amp;quot;555-555-5501&amp;quot;,&lt;br /&gt;
    &amp;quot;homePhone&amp;quot;: &amp;quot;555-555-5502&amp;quot;,&lt;br /&gt;
    &amp;quot;fax&amp;quot;: &amp;quot;555-555-5503&amp;quot;,&lt;br /&gt;
    &amp;quot;mobile&amp;quot;: &amp;quot;555-555-5504&amp;quot;&lt;br /&gt;
  },&lt;br /&gt;
  &amp;quot;links&amp;quot;: [&lt;br /&gt;
    {&lt;br /&gt;
      &amp;quot;rel&amp;quot;: &amp;quot;self&amp;quot;,&lt;br /&gt;
      &amp;quot;href&amp;quot;: &amp;quot;https://{server_name}/account/{account-id}/exchange/{domain-name}/mailboxes/user1&amp;quot;&lt;br /&gt;
    }&lt;br /&gt;
  ]&lt;br /&gt;
}&lt;br /&gt;
 &amp;lt;/nowiki&amp;gt;&lt;br /&gt;
; username - ''string''&lt;br /&gt;
: the username of the mailbox&lt;br /&gt;
&lt;br /&gt;
; admin - ''boolean''&lt;br /&gt;
: if true, then the owner of the mailbox is an administrator on the domain; otherwise, the owner of the mailbox is an ordinary user&lt;br /&gt;
&lt;br /&gt;
; notes - ''string''&lt;br /&gt;
: any notes that are set on the mailbox&lt;br /&gt;
&lt;br /&gt;
; quota - ''string''&lt;br /&gt;
: quota of the mailbox in megabytes&lt;br /&gt;
&lt;br /&gt;
; recipientLimit - ''integer''&lt;br /&gt;
: the maximum number of recipients to which email can be sent from this mailbox&lt;br /&gt;
&lt;br /&gt;
; archiving - ''boolean''&lt;br /&gt;
: Displays whether archiving is enabled for that contact. Allowed values are '''0''' and '''1'''&lt;br /&gt;
&lt;br /&gt;
; blackberry - ''boolean''&lt;br /&gt;
: Displays whether blackberry is enabled for that contact. Allowed values are '''0''' and '''1'''&lt;br /&gt;
&lt;br /&gt;
; billingStatus - ''string''&lt;br /&gt;
: Current status of the mailbox. Allowed values are '''pending''', '''open''', '''suspended''', '''close_pending''', '''closed''' and '''purge_pending'''&lt;br /&gt;
&lt;br /&gt;
; name - ''dictionary''&lt;br /&gt;
: Additional information pertaining to the mailbox owner's identity&lt;br /&gt;
&lt;br /&gt;
: '''name''' - ''string''&lt;br /&gt;
:: The name of the mailbox owner&lt;br /&gt;
&lt;br /&gt;
: '''company''' - ''string''&lt;br /&gt;
:: The company name of the mailbox owner (optional)&lt;br /&gt;
&lt;br /&gt;
: '''department''' - ''string''&lt;br /&gt;
:: The department name of the mailbox owner (optional)&lt;br /&gt;
&lt;br /&gt;
: '''title''' - ''string''&lt;br /&gt;
:: The title of the owner of the mailbox (optional)&lt;br /&gt;
&lt;br /&gt;
; address - ''dictionary''&lt;br /&gt;
: Mailing address information for the mailbox owner (optional)&lt;br /&gt;
&lt;br /&gt;
: '''address''' - ''string''&lt;br /&gt;
:: Street address of the mailbox owner (optional)&lt;br /&gt;
&lt;br /&gt;
: '''city''' - ''string''&lt;br /&gt;
:: City of the mailbox owner (optional)&lt;br /&gt;
&lt;br /&gt;
: '''state''' - ''string''&lt;br /&gt;
:: State or province of the mailbox owner (optional)&lt;br /&gt;
&lt;br /&gt;
: '''zip''' - ''string''&lt;br /&gt;
:: The zip or postal code of the mailbox owner (optional)&lt;br /&gt;
&lt;br /&gt;
: '''country''' - ''string''&lt;br /&gt;
:: The 2-letter ISO country code of the mailbox owner (optional). See http://www.iso.org/iso/country_codes/iso_3166_code_lists.htm for a listing of all country codes.&lt;br /&gt;
&lt;br /&gt;
; phones - ''dictionary''&lt;br /&gt;
: Phone contact information for the mailbox owner (optional)&lt;br /&gt;
&lt;br /&gt;
: '''businessPhone''' - ''string''&lt;br /&gt;
:: The business phone number of the mailbox owner (optional)&lt;br /&gt;
&lt;br /&gt;
: '''homePhone''' - ''string''&lt;br /&gt;
:: The home phone number of the mailbox owner (optional)&lt;br /&gt;
&lt;br /&gt;
: '''fax''' - ''string''&lt;br /&gt;
:: A fax number for the mailbox owner (optional)&lt;br /&gt;
&lt;br /&gt;
: '''mobile''' - ''string''&lt;br /&gt;
:: A mobile phone number for the mailbox owner (optional)&lt;br /&gt;
&lt;br /&gt;
; links - ''list''&lt;br /&gt;
: [[Hypermedia]] for this resource. Links to self.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Expected Response Codes===&lt;br /&gt;
;200&lt;br /&gt;
: Success&lt;br /&gt;
&lt;br /&gt;
;304&lt;br /&gt;
: The mailbox has not been modified since the time specified in the ''If-Modified-Since'' header of the request. The client should use its own cached copy of the mailbox resource.&lt;br /&gt;
&lt;br /&gt;
;401&lt;br /&gt;
: Not authenticated&lt;br /&gt;
: Returned when the request does not contain an authorization header&lt;br /&gt;
&lt;br /&gt;
;403&lt;br /&gt;
: Forbidden&lt;br /&gt;
: Returned when the authenticated user does not have permission to view the specified mailbox.&lt;br /&gt;
&lt;br /&gt;
;404&lt;br /&gt;
: Non-existent resource&lt;br /&gt;
&lt;br /&gt;
;500&lt;br /&gt;
: Internal server error&lt;br /&gt;
&lt;br /&gt;
;502&lt;br /&gt;
: Bad gateway&lt;br /&gt;
: Returned when an error was caused by another error in an upstream system, or if an upstream system is found to be in an inconsistent state.&lt;br /&gt;
&lt;br /&gt;
[[Category:Hostway API]]&lt;br /&gt;
[[Category:Exchange API]]&lt;/div&gt;</summary>
		<author><name>Mike.robski</name></author>	</entry>

	</feed>