get_authenticated_user_id
Retrieve the authenticated user ID using the current API token for Bloom Growth platform operations. Returns the user ID string or an error message if unsuccessful.
Instructions
Get the ID of the currently authenticated user.
Uses a special mutation to retrieve the ID of the user associated with
the current API token.
Returns:
User ID string if successful, None if user not found, or error message string
Raises:
Exception: Handled internally, returns error message as string
Input Schema
Name | Required | Description | Default |
---|---|---|---|
No arguments |
Input Schema (JSON Schema)
{
"properties": {},
"title": "get_authenticated_user_idArguments",
"type": "object"
}