Get all user data form data

GET/v1/users/forms/user/{userUuid}/all

Path parameters

  • userUuidstringRequired#
    Unique identifier of the user whose form data to retrieve.

Responses

200All form data for the user.ObjectResponse
{}
401Unauthorized.Error
404Not found.Error
curl https://your-url.com/kong/core/api/gateway/v1/users/forms/user/{userUuid}/all\
  -H "Authorization: Bearer $DELIO_API_KEY"\
  -H "Content-Type: application/json"