πUsers
Get User by ID
Path Parameters
Name
Type
Description
Headers
Name
Type
Description
{
"code": 200,
"result": {
"_id": "62788b3bd69719bec16af83d",
"documentId": "RD5556679",
"documentType": "PASSPORT",
"metadata": {
"fullname": "John Doe",
"yourDataGoesHere": "data"
},
"attempt": "627889fcd69719bec16af823",
"createdAt": "2022-05-09T03:32:11.748Z",
"updatedAt": "2022-05-09T03:32:11.748Z",
"__v": 0,
"id": "62788b3bd69719bec16af83d"
}
}
{
"code": 400,
"result": {
"msg": "`type` must be one of the following: SIGNUP,VALIDATION"
}
}Get User by Document ID
Path Parameters
Name
Type
Description
Headers
Name
Type
Description
Last updated
Was this helpful?