Post

Replies

Boosts

Views

Activity

Reply to cannot read salesReports api response
solved the issue with newly created kid (only change kid, the rest of our program code unchange) ---before 2025/01/15--- the following kid both working (download file readable) 7GLM****** - (Role: FINANCE) UFN6****** - (Role: SALES, ACCESS_TO_REPORTS ---after 2025/01/15--- kid (Role: FINANCE) not working (file not readable) 7GLM****** - (Role: FINANCE) UFN6****** - (Role: SALES, ACCESS_TO_REPORTS) but if we create a new kid (Role: FINANCE), the download file is readable again 4T8T****** - (Role: FINANCE)
1w
Reply to unknown role GENERATE_INDIVIDUAL_KEYS
sample response { "data": [ { "type": "users", "id": "b13c608c-92e6-4292-9803-df65d4b6b527", "attributes": { "username": "****", "firstName": "***", "lastName": "***", "roles": [ "GENERATE_INDIVIDUAL_KEYS", "APP_MANAGER", "CUSTOMER_SUPPORT", "SALES" ], "allAppsVisible": true, "provisioningAllowed": false }, "relationships": { "visibleApps": { "links": { "self": "https://api.appstoreconnect.apple.com/v1/users/b13c608c-92e6-4292-9803-df65d4b6b527/relationships/visibleApps", "related": "https://api.appstoreconnect.apple.com/v1/users/b13c608c-92e6-4292-9803-df65d4b6b527/visibleApps" } } }, "links": { "self": "https://api.appstoreconnect.apple.com/v1/users/b13c608c-92e6-4292-9803-df65d4b6b527" } } ] }
Nov ’23