Skip to main content
POST
/
v1.0
/
subscribers
/
guardians
/
relation
json
{
  "ParentSubscriberId": "TSUID-C7AB61E0-9AD9-4512-ACA8-EDA284131441",
  "ChildSubscriberId": "TSUID-712C771C-2326-46E8-86BA-E4E58F3DABDC",
  "Relation": "Guardian"
}
{
  "ParentSubscriberId": "TSUID-C7AB61E0-9AD9-4512-ACA8-EDA284131441",
  "ChildSubscriberId": "TSUID-712C771C-2326-46E8-86BA-E4E58F3DABDC",
  "Relation": "Parent"
}

Documentation Index

Fetch the complete documentation index at: https://docs.telegent.com/llms.txt

Use this file to discover all available pages before exploring further.

Body

application/json
ParentSubscriberId
string
required

Subscriber ID of the parent (guardian). Format: TSUID- followed by a UUID. Both parent and child must already exist as subscribers and have AI Guardian enabled.

Example:

"TSUID-C7AB61E0-9AD9-4512-ACA8-EDA284131441"

ChildSubscriberId
string
required

Subscriber ID of the child (the subscriber being supervised). Format: TSUID- followed by a UUID.

Example:

"TSUID-712C771C-2326-46E8-86BA-E4E58F3DABDC"

Relation
string
required

Label describing the relationship (e.g., Parent, Guardian, Caregiver). Free-form string used for display and reporting.

Example:

"Guardian"

Response

Guardian Relation Created

The response is of type object.