manage:user, manage:position, manage:extracurricular or manage:fingerprint. Returns at most 20 active people as id and name only, for the people pickers. Each hosting page is gated on its own permission, so requiring manage:user here — as the full user list does — would leave a role able to open the page but unable to fill the field.core.session_token: ********************Authorization: Bearer ********************curl --location '/users/options?search=&scope='{
"success": true,
"message": "string",
"meta": {
"page": 0,
"limit": 0,
"total": 0
},
"errors": [
{
"code": "CR-100001",
"field": "string",
"message": "string"
}
],
"result": [
{
"id": "string",
"name": "string"
}
]
}