Successful Response
Forbidden
Not Found
Validation Error
{- "members": [
- {
- "uuid": "095be615-a8ad-4c33-8e9c-c7612fbf6c9f",
- "first_name": "string",
- "last_name": "string"
}
], - "total": 0,
- "page": 1,
- "size": 1,
- "pages": 0
}
Successful Response
Forbidden
Not Found
Validation Error
{- "email": "string",
- "password": "stringst",
- "first_name": "string",
- "last_name": "string"
}
{- "uuid": "095be615-a8ad-4c33-8e9c-c7612fbf6c9f",
- "merchant_uuid": "ec27f24b-dbba-4c9a-aed0-9cec1c3b9e51",
- "email": "string",
- "first_name": "string",
- "last_name": "string"
}
Read currently authenticated cashier's information
Successful Response
Forbidden
Not Found
{- "uuid": "095be615-a8ad-4c33-8e9c-c7612fbf6c9f",
- "merchant_uuid": "ec27f24b-dbba-4c9a-aed0-9cec1c3b9e51",
- "email": "string",
- "first_name": "string",
- "last_name": "string"
}
Get a specific user by id.
Successful Response
Forbidden
Not Found
Validation Error
{- "uuid": "095be615-a8ad-4c33-8e9c-c7612fbf6c9f",
- "merchant_uuid": "ec27f24b-dbba-4c9a-aed0-9cec1c3b9e51",
- "email": "string",
- "first_name": "string",
- "last_name": "string"
}
Delete a cashier and the associated user.
Successful Response
Forbidden
Not Found
Validation Error
{- "type": "/errors/403",
- "title": "Forbidden",
- "status": 403,
- "detail": "A human-readable explanation specific to this occurrence of the problem",
- "instance": "A URI reference that identifies the specific occurrence of the problem"
}