API
...
Library
Overview
List Digital Humans
2min
leverage the get /head/user api endpoint to list all digital humans related to your user these digital humans are availble to update a digital human docid\ gjy qc6alw5tk6sscxrpp and to display in any adminstation portal you may be building curl x 'get' \\ 'https //platform api unith ai/head/user?order=asc\&page=1\&take=10' \\ h 'accept application/json' \\ h 'authorization bearer asdasdasdasdasdasdasdasdasd' the following parameters are available to you should you wish to refine your results name description order string (query) , asc, desc page number (query) page number to return take number (query) number of returned items per page the response of the get endpoint follows a similar format to that below get /head/user response { "data" \[ { "id" "033c1287 8f0e 4075 b5f1 4b16e5ca5203", "name" "john", }, { "id" "033c1287 8f0e 4075 b5f1 4b16e5ca5203", "name" "mark", }, ] }