Create login token for group and user

GET/v1/users/group/{uuid}/login

Path parameters

  • uuidstringRequired#
    Unique identifier of the user group.

Responses

200Login token for the group and user.ObjectResponse
{}
401Unauthorized.Error
404Not found.Error
curl https://your-url.com/kong/core/api/gateway/v1/users/group/{uuid}/login\
  -H "Authorization: Bearer $DELIO_API_KEY"\
  -H "Content-Type: application/json"