members:read:scopes, admins:read:scopes, and owners:read:scopes project scopes, it will retrieve project scopes for any member of the specified project. Otherwise, it will retrieve project scopes for only the authenticated account.account:read, project:read. Required project scope(s): project:read. Optional project scope(s): members:read:scopes, admins:read:scopes, owners:read:scopes. Read more about roles and scopes.curl --location --request GET 'https://dev.your-api-server.com/v1/projects//invites'{
"invites": [
{
"email": "string",
"scope": "string"
}
]
}