25203: Listing role assignments requires query parameters
ERROR
This error occurs when you call the Organizations API to list role assignments without including any query parameters. To list role assignments, include at least one filter in the request. Use identity, scope, or both.
- The request did not include
identity. - The request did not include
scope. - The request was sent without any query parameters.
- Add
identityto list role assignments for a specific managed user. - Add
scopeto list role assignments for a specific scope in your organization. - Add both
identityandscopewhen you need to narrow the results to a specific user within a specific scope.