Activate Account Template
API URL: POST https://userapi-demo.s2f.projectx.com/AccountTemplate/activate
API Reference: /AccountTemplate/activate
info
Documentation on this page is applicable to platforms that have Account Templates enabled. If you are unsure whether you have Account Templates enabled, please contact your account manager.
Description
Activate Account Template.
Parameters
Name | Type | Description | Required | Nullable |
---|---|---|---|---|
id | integer | The Account Template id. | true | false |
Example Usage
Example Request
- Request
- cURL
{
"id": 10
}
curl -X 'POST' \
'https://userapi-demo.s2f.projectx.com/AccountTemplate/activate' \
-H 'accept: text/plain' \
-H 'Content-Type: application/json' \
-d '{
"id": 10
}'
Example Response
- Success
- Error
{
"success": true,
"errorMessage": "string"
}
Error: response status is 401