| `id` | integer/string | yes | The ID or [URL-encoded path of the project or group](index.md#namespaced-path-encoding) owned by the authenticated user |
| `query` | string | no | A query string to search for members |
| `user_ids` | array of integers | no | Filter the results on the given user IDs |
| `state` | string | no | Filter results by member state, one of `awaiting`, `active` or `created`**(PREMIUM)** |
optional:query,type: String,desc: 'A query string to search for members'
optional:user_ids,type: Array[Integer],coerce_with: ::API::Validations::Types::CommaSeparatedToIntegerArray.coerce,desc: 'Array of user ids to look up for membership'
optional:show_seat_info,type: Boolean,desc: 'Show seat information for members'