You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| user_id? | snowflake | User ID to look up entitlements for |
70
+
| sku_ids? | comma-delimited set of snowflakes | Optional list of SKU IDs to check entitlements for |
71
+
| before? | snowflake | Retrieve entitlements before this entitlement ID |
72
+
| after? | snowflake | Retrieve entitlements after this entitlement ID |
73
+
| limit? | integer | Number of entitlements to return, 1-100, default 100 |
74
+
| guild_id? | snowflake | Guild ID to look up entitlements for |
75
+
| exclude_ended? |[boolean](#DOCS_REFERENCE/boolean-query-strings)| Whether or not ended entitlements should be omitted. Defaults to false, ended entitlements are included by default. |
76
+
| exclude_deleted? |[boolean](#DOCS_REFERENCE/boolean-query-strings)| Whether or not deleted entitlements should be omitted. Defaults to true, deleted entitlements are not included by default.|
0 commit comments