Get Company Authorization Code
Select
SaaS
Customer Managed
This operation returns the authorization code for the Company. An AuthCode is required if you plan to mass distribute or run a silent installation of the installation package for end users.
Path Parameters
- OrganizationId integer required
Responses
- 200
OK
- application/json
- Schema
- Example (from schema)
- Example 1
Schema
organizationInfo object
organization object
connectName stringshortName object
domainName stringid integerorganizationProperties object
enableAuthCodeGen booleanauthCode string
{
"organizationInfo": {
"organization": {
"connectName": "string",
"shortName": {
"domainName": "string",
"id": 0
}
},
"organizationProperties": {
"enableAuthCodeGen": true,
"authCode": "string"
}
}
}
{
"organizationInfo": {
"organization": {
"connectName": "company001",
"shortName": {
"domainName": "company001",
"id": 6
}
},
"organizationProperties": {
"enableAuthCodeGen": true,
"authCode": "CBABAB761"
}
}
}
Loading...