# Generic function to query user information ## Get Coach List (Profile) | requests | info | | :---: | :--- | | query | `CoachProfile` | | Authorization | optional | | desc | return a coach object | payload: | key | type | remarks | | :---: | :---: | :---: | | coachAlias | String | - | | start | Integer | pagination, default = 0 | | offset | Integer | pagination, default = 20 | [sandbox](https://api.kossie.com.hk/sandbox/#query=query%20%7B%0A%20%20CoachProfile%20%7B%0A%20%20%20%20count%0A%20%20%20%20next%0A%20%20%20%20previous%0A%20%20%20%20results%20%7B%0A%20%20%20%20%20%20id%0A%20%20%20%20%7D%0A%20%20%7D%0A%7D)