Get current user profile
Returns the user's profile information based on user_id
Query Parameters
- Type: stringFormat: uuiduser
_id requiredUser 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-30T19:16:54.420Z",
"updatedAt": "2026-04-30T19:16:54.420Z"
}
}