Get current user profile

Returns the user's profile information based on user_id

Query Parameters
  • user_id
    Type: stringFormat: uuid
    required

    User ID

Responses
  • application/json
  • application/json
  • application/json
Request Example for get/api/v1/user
curl 'https://platform.youzu.ai/api/v1/user?user_id='
{
  "user": {
    "id": "123e4567-e89b-12d3-a456-426614174000",
    "systemRef": "string",
    "createdAt": "2026-04-12T12:10:23.016Z",
    "updatedAt": "2026-04-12T12:10:23.016Z"
  }
}