GrantServiceAccessRequest
GrantServiceAccessRequest
Grant Service Access Request
JSON Example
{
"serviceDefinitionId": "string",
"orgId": "string",
"isTosPreSigned": false,
"instanceIds": [
"string"
],
"customScope": "string",
"targetInstanceUrl": "string"
}
string
As ^[0-9a-zA-Z_-]+$
serviceDefinitionId
Required
The id of the service
string
As ^[0-9a-zA-Z_-]+$
orgId
Required
The org UUID that will gain access to the service
boolean
isTosPreSigned
Optional
If true, the redeemer of this invitation will not have to sign TOS during onboarding process.
array of
string
instanceIds
Optional
List of the instance ids to attach to the orgId
string
customScope
Optional
Custom default role to be assigned to members of the organization when redeeming the invitation. This can be used to represent custom service resources or entities (for example: service tenantId)
string
targetInstanceUrl
Optional
Target instance url to create service instance after invitation redeem.