The End User Group API is now deprecated and has been replaced by the Customer
API. Each End User Group entity corresponds to a Customer entity, with its
user_group_id corresponding to a Customer customer_id.This API method has been replaced by Refresh Customer Token.
This endpoint refreshes a user group token. This is useful when you want to force a user group token to rotate because an existing one may be compromised.
This is the user group token (customerToken or CUSTOMER_TOKEN) that will be
used to identify which user group is viewing the dashboard. You should save
this on your end to use when rendering an embedded dashboard.
This is the environment tag of the user group. Possible values are ‘Customer’
and ‘Testing’. User group id’s must be unique to each environment, so you can
not create multiple user groups with with same id. If you have a production
customer and a test user group with the same id, you will be required to label
one as ‘Customer’ and another as ‘Testing’