Skip to main content

AccountFeaturesReply

errorstring

The error message if the request was unsuccessful

error_codestring

The error code if the request was unsuccessful

featuresstring[]

The features the user has access to in the organization, e.g. policy-and-procedure-module, compliance-module

organization_idstring

The ID of the organization the user has features in

Example: 01J4HMNDSZCCQBTY93BF9CBF5D
successboolean

Whether or not the request was successful or not

unverifiedboolean
AccountFeaturesReply
{
"error": "string",
"error_code": "string",
"features": [
"string"
],
"organization_id": "01J4HMNDSZCCQBTY93BF9CBF5D",
"success": true,
"unverified": true
}