Foxpro / DocuSign Admin API / Returns the details/metadata for Bulk User Import requests in the organization
Back to Collection Items
System.OutOfMemoryException: Exception of type 'System.OutOfMemoryException' was thrown.
at System.Text.StringBuilder..ctor(String value, Int32 startIndex, Int32 length, Int32 capacity)
at System.Text.StringBuilder..ctor(Int32 capacity)
at System.Environment.get_MachineName()
at ChilkatApi.GenBase.OneDrivePath(String relPath)
at ChilkatApi.GenBase.RefDocData(String filename)
at ChilkatApi.XEntry.initRefdocLinks()
at ChilkatApi.XEntry.loadEntryXml(Xml p)
at ChilkatApi.XProperty.loadPropXml(Xml p)
at ChilkatApi.XClass.addClassEntries(Xml xml)
at ChilkatApi.XClass.loadBaseEntries(Log log)
at ChilkatApi.XClass.LoadClass(String className, Log log)
at ChilkatApi.ApiCache.getApiClass(String className, Log log)
at ChilkatApi.ApiCache.methodExists(String className, String methodName)
at ChilkatCode.CodeGen.checkMethodCall(Xml xml)
at ChilkatCode.Parser.fnCall(Xml xml)
at ChilkatCode.Parser.subCall()
at ChilkatCode.Parser.statement()
at ChilkatCode.Parser.Chilkat()
at ChilkatCode.Parser.Parse()
at ChilkatCode.Compile.CompileForToolsIO(String srcCode, String langHashKey, StringBuilder sbHtmlOut)
Curl Command
curl -X GET
-H "Accept: application/json"
-H "Content-Type: application/json"
-H "Authorization: Bearer {{accessToken}}"
https://{{hostenv}}/Management/v2/organizations/{{organizationId}}/imports/bulk_users
Postman Collection Item JSON
{
"name": "Returns the details/metadata for Bulk User Import requests in the organization",
"request": {
"method": "GET",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Content-Type",
"value": "application/json"
},
{
"key": "Authorization",
"value": "Bearer {{accessToken}}"
}
],
"url": {
"raw": "https://{{hostenv}}/Management/v2/organizations/{{organizationId}}/imports/bulk_users",
"protocol": "https",
"host": [
"{{hostenv}}"
],
"path": [
"Management",
"v2",
"organizations",
"{{organizationId}}",
"imports",
"bulk_users"
],
"variable": [
{
"key": "organizationId",
"value": "{{organizationId}}"
}
]
},
"description": "Required scopes: user_read"
},
"response": [
]
}