v1
latestOpenAPI 3.0.02026-08-06165119238.1 KBUser Schema
Retrieve a user schema
Retrieves a user Schema.
get/v3/schema/users
Response
OK
Example response
[
{
"slug": "slug1",
"visibility": "PUBLIC",
"context": "slug1",
"label": "Test",
"internal-description": "This is for testing",
"public-description": "Please provide some info",
"validation-expression": "test",
"input-type": "text",
"select-options": "null",
"range-end": 100,
"range-step": 5,
"unit": "unit"
}
]