- API
- V1
- Company
- Roles
- Permissions
- User
- User Operational Tenant
- Operational
- Admin
- Get List UserGET
- Get Admin Dropdown ListGET
- Delete UserDELETE
- Auth
- Product
- FAQs
- FAQs Public
- Company Employee
- Lokasi Tujuan
- Jenis Lokasi
- Contact
- Common
- Ticket
- External
- Video Wall
- Management Gate
- Gate Activities
- Gate In/Out
- CEISA
- PTOSM
- Dashboard
- Log Activity
- Report
- Profile
- Load Unload
- Notification
- TPS Online
- Get detail data verifikasi gate inGET
Detail User (Operatioanl) Tenant
Developing
GET
/v1/users/tenant-operational/{id}
Request Request Example
Shell
JavaScript
Java
Swift
curl --location -g --request GET '/v1/users/tenant-operational/{{$string.uuid}}'
Response Response Example
{
"message": "User retrieved successfully",
"data": {
"id": "4f584534-1621-4165-871e-46a84ced9949",
"fullname": "Smith Johnson",
"email": "smith@example.com",
"phone_number": "081381273116",
"role_id": "093b974b-076a-496a-a0a8-d5891a6a0997",
"is_active": true
}
}
Request
Authorization
Provide your bearer token in the
Authorization
header when making requests to protected resources.Example:
Authorization: Bearer ********************
Path Params
id
stringÂ
required
Example:
{{$string.uuid}}
Responses
🟢200Success
application/json
Body
message
stringÂ
required
data
objectÂ
required
id
stringÂ
required
fullname
stringÂ
required
email
stringÂ
required
phone_number
stringÂ
required
role_id
stringÂ
required
is_active
booleanÂ
required
Modified at 2025-05-14 04:16:30