# Used to authorise a user with a one time pincode **GET /rosters/pincode** When sending out roster reminders a new pincode is generated and can be added to the email. This pincode can be used to validate the user, once used - is removed. body property required - name: pincode in: body description: the pincode to check required: true type: integer example: 31320 ## Servers - API Auto Mocking: https://YOURSITE.infoodle.com/apiv2 (API Auto Mocking) ## Authentication methods - O auth2 ## Parameters ## Responses ### 200: OK #### Body Parameters: application/json (object) - **success** (string) - **roster_url** (string) URL to this users roster ### 400: FAIL #### Body Parameters: application/json (array[object]) - **error** (string) ### 404: INVALID #### Body Parameters: application/json (array[object]) - **error** (string) [Powered by Bump.sh](https://bump.sh)