GET | /Account/Users | Get users in the account | Get users in the account. |
---|
To override the Content-type in your clients, use the HTTP Accept Header, append the .json suffix or ?format=json
To embed the response in a jsonp callback, append ?callback=myCallback
The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.
GET /Account/Users HTTP/1.1 Host: api.securedsigning.com Accept: application/json
HTTP/1.1 200 OK Content-Type: application/json Content-Length: length [{"Email":"String","Name":"String","PlanName":"String","DocumentRemain":0,"DocumentUsed":0,"DocumentLeft":0,"DefaultDueDate":0,"MaxDueDate":0,"DateFormat":"String","GMT":"String","Upgrade":"String","MaxUploadSize":0,"Actived":false,"Locked":false,"AccountStatus":"String","UserId":"String","InDefaultPlan":false,"IsAdmin":false,"EnabledFaceToFaceSigning":false,"EnabledVideoConfirmation":false,"EnabledDocNegotiation":false,"EnabledReviewBeforeSigning":false,"NotaryEnabled":false}]