# Workweek Memberships

A Workweek Membership represents the relationship of a user to a workweek.

 - [GET /workweek_memberships](https://developer.kantata.com/kantata/specification/workweek-memberships/get%20workweek%20memberships.md): The Workweek Memberships endpoint provides a list of all workweek memberships that belongs to the account of the user making the request. The response will contain an array of workweek membership obje
 - [POST /workweek_memberships](https://developer.kantata.com/kantata/specification/workweek-memberships/create%20workweek%20membership.md): This endpoint returns structured Workweek Membership objects. As with all Kantata OX API endpoints, the returned data will be referenced in sorted order in the `results` array and will be indexed by I
 - [PUT /workweek_memberships/standardize_to_default](https://developer.kantata.com/kantata/specification/workweek-memberships/update%20user%20workweek%20to%20default.md): Switches the specified user to the account default workweek, starting on the specified date. This endpoint returns structured Workweek Membership objects. As with all Kantata OX API endpoints, the ret
 - [GET /workweek_memberships/{id}](https://developer.kantata.com/kantata/specification/workweek-memberships/get%20workweek%20membership.md): This endpoint returns structured Workweek Membership objects. As with all Kantata OX API endpoints, the returned data will be referenced in sorted order in the `results` array and will be indexed by I
 - [PUT /workweek_memberships/{id}](https://developer.kantata.com/kantata/specification/workweek-memberships/update%20workweek%20membership.md): This endpoint returns structured Workweek Membership objects. As with all Kantata OX API endpoints, the returned data will be referenced in sorted order in the `results` array and will be indexed by I
 - [DELETE /workweek_memberships/{id}](https://developer.kantata.com/kantata/specification/workweek-memberships/delete%20workweek%20membership.md): The response will contain no content and an HTTP 204 status code if the request was successful, or a [standard Kantata OX error message](#section/Errors) explaining why the object could not be deleted
