User handling - Gr4nty/Fastlane GitHub Wiki
The user selection from database only possible by ID. Example: Fastlane/UserProfile/user/id/<user_id>
We can select multiple but limited users from database by the "limit" method. We have to define the number of the maximal requested users. Example: Fastlane/UserProfile/users/limit/<number_of_user>
We can select all users by "all" method. Example: Fastlane/UserProfile/users/all