Get User Status

Get current user info and notifications

Examples

MCP Tool Call

{
  "name": "podio_getUserStatus",
  "arguments": {}
}

REST API

curl -X POST https://api.syncello.io/v1/tools/podio/getUserStatus \
  -H "Authorization: Bearer YOUR_JWT_TOKEN" \
  -H "Content-Type: application/json" \
  -d '{}'