Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.galtea.ai/llms.txt

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

Example

galtea.user_groups.unlink_users(
    user_group_id=user_group_id,
    user_ids=[user_id_1],
)

Parameters

user_group_id
string
required
The ID of the user group.
user_ids
list[string]
required
List of user IDs to remove from the group.