Set the threshold and members of the root quorum. This activity must be approved by the current root quorum.
curl --request POST \
--url https://api.turnkey.com/public/v1/submit/update_root_quorum \
--header 'Accept: application/json' \
--header 'Content-Type: application/json' \
--header "X-Stamp: <YOUR_API_KEY.YOUR_API_SECRET>" \
--data '{
"type": "ACTIVITY_TYPE_UPDATE_ROOT_QUORUM",
"timestampMs": "<string> (e.g., 1745474677473)",
"organizationId": "<string> (Your Organization ID)",
"parameters": {
"threshold": 123,
"userIds": [
"<string_element>"
]
}
}'
{
"activity": {
"id": "<activity-id>",
"status": "ACTIVITY_STATUS_COMPLETED",
"type": "ACTIVITY_TYPE_UPDATE_ROOT_QUORUM",
"organizationId": "<organization-id>",
"timestampMs": "<timestamp> (e.g., 1745474677473)",
"result": {
"activity": {
"type": "<string>",
"intent": {
"updateRootQuorumIntent": {
"threshold": 123,
"userIds": [
"<string_element>"
]
}
},
"result": {
"updateRootQuorumResult": {}
}
}
}
}
}
Enum options: ACTIVITY_TYPE_UPDATE_ROOT_QUORUM
Timestamp (in milliseconds) of the request, used to verify liveness of user requests.
Unique identifier for a given Organization.
parameters field
Show details
The unique identifiers of users who comprise the quorum set.
Show item details
Array item type: string
item field
A successful response returns the following fields:
The activity object containing type, intent, and result
Show activity details
The intent of the activity
Show intent details
The updateRootQuorumIntent object
Show updateRootQuorumIntent details
The threshold of unique approvals to reach quorum.
curl --request POST \
--url https://api.turnkey.com/public/v1/submit/update_root_quorum \
--header 'Accept: application/json' \
--header 'Content-Type: application/json' \
--header "X-Stamp: <YOUR_API_KEY.YOUR_API_SECRET>" \
--data '{
"type": "ACTIVITY_TYPE_UPDATE_ROOT_QUORUM",
"timestampMs": "<string> (e.g., 1745474677473)",
"organizationId": "<string> (Your Organization ID)",
"parameters": {
"threshold": 123,
"userIds": [
"<string_element>"
]
}
}'
{
"activity": {
"id": "<activity-id>",
"status": "ACTIVITY_STATUS_COMPLETED",
"type": "ACTIVITY_TYPE_UPDATE_ROOT_QUORUM",
"organizationId": "<organization-id>",
"timestampMs": "<timestamp> (e.g., 1745474677473)",
"result": {
"activity": {
"type": "<string>",
"intent": {
"updateRootQuorumIntent": {
"threshold": 123,
"userIds": [
"<string_element>"
]
}
},
"result": {
"updateRootQuorumResult": {}
}
}
}
}
}
Was this page helpful?
curl --request POST \
--url https://api.turnkey.com/public/v1/submit/update_root_quorum \
--header 'Accept: application/json' \
--header 'Content-Type: application/json' \
--header "X-Stamp: <YOUR_API_KEY.YOUR_API_SECRET>" \
--data '{
"type": "ACTIVITY_TYPE_UPDATE_ROOT_QUORUM",
"timestampMs": "<string> (e.g., 1745474677473)",
"organizationId": "<string> (Your Organization ID)",
"parameters": {
"threshold": 123,
"userIds": [
"<string_element>"
]
}
}'
{
"activity": {
"id": "<activity-id>",
"status": "ACTIVITY_STATUS_COMPLETED",
"type": "ACTIVITY_TYPE_UPDATE_ROOT_QUORUM",
"organizationId": "<organization-id>",
"timestampMs": "<timestamp> (e.g., 1745474677473)",
"result": {
"activity": {
"type": "<string>",
"intent": {
"updateRootQuorumIntent": {
"threshold": 123,
"userIds": [
"<string_element>"
]
}
},
"result": {
"updateRootQuorumResult": {}
}
}
}
}
}
Set the threshold and members of the root quorum. This activity must be approved by the current root quorum.
curl --request POST \
--url https://api.turnkey.com/public/v1/submit/update_root_quorum \
--header 'Accept: application/json' \
--header 'Content-Type: application/json' \
--header "X-Stamp: <YOUR_API_KEY.YOUR_API_SECRET>" \
--data '{
"type": "ACTIVITY_TYPE_UPDATE_ROOT_QUORUM",
"timestampMs": "<string> (e.g., 1745474677473)",
"organizationId": "<string> (Your Organization ID)",
"parameters": {
"threshold": 123,
"userIds": [
"<string_element>"
]
}
}'
{
"activity": {
"id": "<activity-id>",
"status": "ACTIVITY_STATUS_COMPLETED",
"type": "ACTIVITY_TYPE_UPDATE_ROOT_QUORUM",
"organizationId": "<organization-id>",
"timestampMs": "<timestamp> (e.g., 1745474677473)",
"result": {
"activity": {
"type": "<string>",
"intent": {
"updateRootQuorumIntent": {
"threshold": 123,
"userIds": [
"<string_element>"
]
}
},
"result": {
"updateRootQuorumResult": {}
}
}
}
}
}
Enum options: ACTIVITY_TYPE_UPDATE_ROOT_QUORUM
Timestamp (in milliseconds) of the request, used to verify liveness of user requests.
Unique identifier for a given Organization.
parameters field
Show details
The unique identifiers of users who comprise the quorum set.
Show item details
Array item type: string
item field
A successful response returns the following fields:
The activity object containing type, intent, and result
Show activity details
The intent of the activity
Show intent details
The updateRootQuorumIntent object
Show updateRootQuorumIntent details
The threshold of unique approvals to reach quorum.
curl --request POST \
--url https://api.turnkey.com/public/v1/submit/update_root_quorum \
--header 'Accept: application/json' \
--header 'Content-Type: application/json' \
--header "X-Stamp: <YOUR_API_KEY.YOUR_API_SECRET>" \
--data '{
"type": "ACTIVITY_TYPE_UPDATE_ROOT_QUORUM",
"timestampMs": "<string> (e.g., 1745474677473)",
"organizationId": "<string> (Your Organization ID)",
"parameters": {
"threshold": 123,
"userIds": [
"<string_element>"
]
}
}'
{
"activity": {
"id": "<activity-id>",
"status": "ACTIVITY_STATUS_COMPLETED",
"type": "ACTIVITY_TYPE_UPDATE_ROOT_QUORUM",
"organizationId": "<organization-id>",
"timestampMs": "<timestamp> (e.g., 1745474677473)",
"result": {
"activity": {
"type": "<string>",
"intent": {
"updateRootQuorumIntent": {
"threshold": 123,
"userIds": [
"<string_element>"
]
}
},
"result": {
"updateRootQuorumResult": {}
}
}
}
}
}
Was this page helpful?
curl --request POST \
--url https://api.turnkey.com/public/v1/submit/update_root_quorum \
--header 'Accept: application/json' \
--header 'Content-Type: application/json' \
--header "X-Stamp: <YOUR_API_KEY.YOUR_API_SECRET>" \
--data '{
"type": "ACTIVITY_TYPE_UPDATE_ROOT_QUORUM",
"timestampMs": "<string> (e.g., 1745474677473)",
"organizationId": "<string> (Your Organization ID)",
"parameters": {
"threshold": 123,
"userIds": [
"<string_element>"
]
}
}'
{
"activity": {
"id": "<activity-id>",
"status": "ACTIVITY_STATUS_COMPLETED",
"type": "ACTIVITY_TYPE_UPDATE_ROOT_QUORUM",
"organizationId": "<organization-id>",
"timestampMs": "<timestamp> (e.g., 1745474677473)",
"result": {
"activity": {
"type": "<string>",
"intent": {
"updateRootQuorumIntent": {
"threshold": 123,
"userIds": [
"<string_element>"
]
}
},
"result": {
"updateRootQuorumResult": {}
}
}
}
}
}