BoxAccountDetails Type
This type defines details about the account.
Remarks
Details about the account including Name, Id, Email, etc. are held by this type.
Fields
Address String |
The user's physical address. |
CreatedDate String |
The time at which the user was created. Dates are formatted as RFC 3399 timestamps. When specifying a date in a request it should be converted to UTC for instance:
2016-04-17T09:12:36-00:00Dates returned in responses may contain an offset. For instance: 2016-03-02T13:40:24-08:00 |
Email String |
The Email address of the user. |
Id String |
The unique identifier for this user. |
MaxFileSize long |
The maximum individual file size the user can have in bytes. |
ModifiedDate String |
The date which the user was last modified. Dates are formatted as RFC 3399 timestamps. When specifying a date in a request it should be converted to UTC for instance:
2016-04-17T09:12:36-00:00Dates returned in responses may contain an offset. For instance: 2016-03-02T13:40:24-08:00 |
MyTags String |
A comma separated list of tags used in all files ands folders owned by the user. |
Name String |
The name of the user. |
Phone String |
The user's phone number. |
Role int |
The role of the user. Possible values are:
|
Status int |
The status of the user. Possible values are:
|
Constructors
public BoxAccountDetails();