Description: To fetch learner info from signup forms.
Request URL: <domain>/api/v4/<orgId>/fetchuserdetails.json
Method: GET
OAuth Scope: TrainerCentral.userapi.READ
Parameters:
email string | Email address of the learner for whom the details are to be fetched. |
fetchSignupData boolean | true/false
- true - fetches signup form field data along with master fields
- false - fetches only master field data
Learn more about master fields
|
Request Body: Not applicable
Sample Request:
https://zylkeracademy.trainercentral.com/api/v4/700000804/fetchuserdetails.json?email=felixbrown@zylker.com&fetchSignupData=true