Skip to content
English

setLicenseCredentials

PUT
/system/license/creds
curl --request PUT \
--url https://example.com/api/v1/system/license/creds \
--header 'Content-Type: application/json' \
--cookie grommunioAuthJwt=<grommunioAuthJwt> \
--data '{ "username": "example", "password": "example" }'

Set subscription credentials

Media typeapplication/json
object
username
string
password
string
Examplegenerated
{
"username": "example",
"password": "example"
}

Credentials updated

Validation of input parameters failed

Media typeapplication/json
object
message
string
errors

List of errors encountered during validation

Array<string>
Examplegenerated
{
"message": "example",
"errors": [
"example"
]
}

An error occurred while processing the request

Media typeapplication/json
object
message

String representation of the exception

string
Examplegenerated
{
"message": "example"
}

An error occurred while processing the request

Media typeapplication/json
object
message

String representation of the exception

string
Examplegenerated
{
"message": "example"
}