Skip to main content
Manage Cisco user PIN codes (bcrypt-hashed).

Get by User

GET /api/v1/cisco-users/by-user/:userUuid
Authorization: Bearer <token>

Upsert (Create or Update)

PUT /api/v1/cisco-users/:userUuid
Authorization: Bearer <token>
FieldTypeRequired
pin_codestringyes
{
  "pin_code": "1234"
}

Delete

DELETE /api/v1/cisco-users/:userUuid
Authorization: Bearer <token>