Place Genealogy
POST
https://<domain>/<api prefix>/<version>/user/place-user-genealogy/
This endpoint will place the user to genealogy
Headers
Name | Type | Description |
---|---|---|
apikey* | string | apikey |
Authorization* | string | Bearer access token |
Request Body
Name | Type | Description |
---|---|---|
uid* | string | user id |
Sample code
Node
PHP
Error Responses
Status Code | Error Type | Field | Description |
400 | Validation Error | uid | This field is required. |
400 | Validation Error | uid | User already placed in genealogy. |
400 | Validation Error | uid | Invalid uid. Please check again. |
Last updated