Actor Properties
Listing Actor Property Names
Returns the list of actor property names registered for this project. These names define which properties can be set on App Users and Public Links within the project.
This endpoint supports retrieving extended metadata; provide a header X-Extended-Metadata: true to additionally retrieve the distinct values currently in use for each property across all App Users and Public Links in the project.
get/v1/projects/{projectId}/actor-properties
Path parameters
projectIdnumber required
The numeric ID of the Project
Response
OK
Example response
[
{
"name": "region"
}
]