Retrieve a List of Users in an Account
Friday, March 31, 2017 at 07:07amRetrieve a List of Users in an Account
When performing GET the response contains the correct count of senders in my Account but it is only returning 1 sender in the results but should be 3 results. Shouldn't the GET /account/senders returned all senders in the results?
{
"count": 3,
"results": [
{
"status": "ACTIVE",
"language": "en",
"signature": null,
"id": "RApaEW1wmEcC",
"address": null,
"created": "2017-03-31T15:59:02Z",
"external": null,
"updated": "2017-03-31T15:59:01Z",
"account": {
"owner": "K1TiGqYmrRE1",
"id": "FDm1dI2SVxk0",
"created": "2017-03-07T20:12:24Z",
"updated": "2017-03-07T20:12:23Z",
"company": {
"id": "c1VpEjeuJHYR",
"address": {
"address1": null,
"address2": null,
"city": null,
"country": null,
"zipcode": null,
"state": null
},
"data": null,
"name": "nCino"
},
"customFields": [
{
"required": false,
"id": "contentVersionId",
"translations": [
{
"language": "en",
"description": "",
"id": "",
"data": null,
"name": "contentVersionId"
}
],
"data": null,
"value": "",
"name": ""
},
{
"required": false,
"id": "externalTransactionId",
"translations": [
{
"language": "en",
"description": "",
"id": "",
"data": null,
"name": "externalTransactionId"
}
],
"data": null,
"value": "",
"name": ""
}
],
"licenses": [
{
"status": "ACTIVE",
"created": "2017-03-07T20:12:24Z",
"transactions": [],
"plan": {
"group": "",
"description": "E-Sign Hundreds of Documents with Unlimited Signers",
"id": "sandbox",
"features": null,
"quotas": [
{
"scope": "ACCOUNT",
"cycle": null,
"limit": 5,
"target": "SENDER"
},
{
"scope": "SENDER",
"cycle": null,
"limit": 500,
"target": "DOCUMENT"
},
{
"scope": "SENDER",
"cycle": null,
"limit": 500,
"target": "STORAGE"
}
],
"price": {
"amount": 0,
"currency": {
"id": "USD",
"data": null,
"name": "US Dollar"
}
},
"original": null,
"data": null,
"cycle": "YEAR",
"contract": "YEAR",
"freeCycles": null,
"name": "Sandbox"
},
"paidUntil": "2018-03-07T20:12:24Z"
}
],
"logoUrl": "",
"providers": null,
"data": null,
"name": "Rich Bateman"
},
"activated": null,
"company": "nCino",
"email": "[email protected]",
"firstName": "Tom",
"lastName": "Dom",
"locked": null,
"memberships": [],
"phone": "",
"professionalIdentityFields": [],
"userCustomFields": [],
"title": null,
"data": {
"hasNotCreatedATransaction": true,
"showIntro": true
},
"type": "REGULAR",
"name": "",
"specialTypes": [],
"hasDelegates": false
}
]
}
Reply to: Retrieve a List of Users in an Account
Friday, March 31, 2017 at 08:29amReply to: Retrieve a List of Users in an Account
Friday, March 31, 2017 at 08:52amReply to: Retrieve a List of Users in an Account
Friday, March 31, 2017 at 08:54am