# Upsert ID token claims configuration **PUT /api/configs/id-token** Create or update the ID token extended claims configuration for the tenant. This controls which extended claims are included in ID tokens when the corresponding scopes are requested. ## Servers - Logto endpoint address.: https://[tenant_id].logto.app (Logto endpoint address.) ## Authentication methods - O auth2 ## Parameters ### Body: application/json (object) - **enabledExtendedClaims** (array[string]) An array of extended claims to include in ID tokens. Possible values: `custom_data`, `identities`, `sso_identities`, `roles`, `organizations`, `organization_data`, `organization_roles`. ## Responses ### 200 The updated ID token claims configuration. #### Body: application/json (object) - **enabledExtendedClaims** (array[string]) ### 400 Bad Request ### 401 Unauthorized ### 403 The tenant's subscription plan does not support this feature. [Powered by Bump.sh](https://bump.sh)