Get All Partner Users
Get partner users
Request
URI
GET
https://vcportal.velocloud.net//api/sase-licensing/v1/partnerUsers
COPY
Query Parameters
string
partnerId
Optional
Partner ID
Responses
200
Get partner users
Returns Array of object of type(s) application/json
[
{
"userType": "string",
"username": "[email protected]",
"domain": "string",
"firstName": "string",
"lastName": "string",
"officePhone": "123456789",
"mobilePhone": "123456789",
"email": "[email protected]",
"isActive": 1,
"disableSecondFactor": 1,
"id": 100,
"lastLogin": "2020-07-18T15:48:18.000Z",
"created": "2020-07-18T15:48:18.000Z",
"modified": "2020-07-18T15:48:18.000Z",
"passwordModified": "2020-07-18T15:48:18.000Z",
"roleId": 100,
"roleName": "string",
"isNative": 1,
"isLocked": 1
}
]
400
invalid input
Returns httpResponseError of type(s) application/json
{
"code": "string",
"errors": [
{
"message": "error",
"path": "object.path"
}
]
}
string
code
Required
code
Possible values are : INTERNAL_ERROR, INVALID_PARAMS, DUPLICATE_ENTITY, VCO_API_ERROR, VCO_API_DUPLICATE_ENTERPRISE, VCO_API_NOT_FOUND, VCO_INVALID_CREDENTIALS, PONCHO_API_ERROR,
array of object
errors
Required
errors
500
server internal error
Returns httpResponseError of type(s) application/json
{
"code": "string",
"errors": [
{
"message": "error",
"path": "object.path"
}
]
}
string
code
Required
code
Possible values are : INTERNAL_ERROR, INVALID_PARAMS, DUPLICATE_ENTITY, VCO_API_ERROR, VCO_API_DUPLICATE_ENTERPRISE, VCO_API_NOT_FOUND, VCO_INVALID_CREDENTIALS, PONCHO_API_ERROR,
array of object
errors
Required
errors
Partner Users Operations
POST
Create Partner User
GET
Get All Partner Users
POST
Partner User Reset Password
PATCH
Update Partner User