application/json format.X-API-Key: ********************{
"success": true,
"message": "string",
"data": {
"users": {
"current_page": 0,
"data": [
{
"id": 0,
"first_name": "string",
"last_name": "string",
"email": "string",
"okta_id": null,
"email_verified_at": null,
"contact_number": "string",
"staff_title": null,
"organization_code": "string",
"notification": "string",
"photo": "string",
"active": 0,
"is_deleted": 0,
"emailNotification": "string",
"updated_at": "string"
}
],
"from": 0,
"next_page_url": null,
"per_page": 0,
"prev_page_url": null,
"to": 0
}
}
}