External users

List external users

GET
/api/public/v3/external_users

Response Body

application/json

curl -X GET "https://example.com/api/public/v3/external_users"
{  "data": [    {      "id": 0,      "active": true,      "access": true,      "full_name": "string",      "first_name": "string",      "last_name": "string",      "email": "string",      "role": {        "id": 0,        "name": "string",        "value": "string"      },      "created_at": "string",      "updated_at": "string"    }  ],  "metadata": {    "pagination": {      "page": 0,      "pages": 0,      "count": 0,      "items": 0    }  }}