API Reference

Learn how to access UNLOQ end points

PUT /groups/:group_id

Update a group

PUT https://api-authenticator.iwelcome.com/v1/groups/:group_id
Headers:
   Authorization: Bearer {your application API Key}
   Content-Type: application/json
URL parameters
  • group_id (string) - Required. The id of the group to be updated.
Body parameters
  • name (string) - Optional. The new name of the group.
  • description (string) - Optional. The new description of the group.
  • is_default (boolean) - Optional. The new value for the is_default property.
Result format (200 OK)
{
  "type": "api.application.group.update"
}
      

Have a question? You can always send us an email at support@unloq.io, or contact us on chat.

For security related concerns, please visit our Security page.