https://api.appstoreconnect.apple.com/v1/users return a role GENERATE_INDIVIDUAL_KEYS which is not in https://developer.apple.com/documentation/appstoreconnectapi/userrole
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"
}
}
]
}
I have filed a feedback about this: FB13546172