GeneralUsersAssign users to this group.
{#await userService.list() then users}
{/await}
Custom Claims
Custom claims are key-value pairs that can be used to store additional information about a
user. These claims will be included in the ID token if the scope "profile" is requested.
Custom claims defined on the user will be prioritized if there are conflicts.