# Assignments

The Assignments object allows you to view and manage task assignments for
named or [unnamed resources](https://mavenlink.zendesk.com/hc/en-us/articles/115004696493#Unnamed).
**Note:** Because
[Daily Scheduled Hours](/tag/Daily-Scheduled-Hours-(Story-Allocation-Days))
are a part of Assignments, they can be affected when an assignment changes.

 - [GET /assignments](https://developer.kantata.com/kantata/specification/assignments/get%20assignments.md): For Account Administrators, returns task assignments in all projects across an account. For non-Account Administrators, returns task assignments only in projects they are part of. This endpoint return
 - [POST /assignments](https://developer.kantata.com/kantata/specification/assignments/create%20assignment.md): This endpoint returns structured Assignment 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 ID in the
 - [GET /assignments/{id}](https://developer.kantata.com/kantata/specification/assignments/get%20assignment.md): This endpoint returns structured Assignment 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 ID in the
 - [PUT /assignments/{id}](https://developer.kantata.com/kantata/specification/assignments/update%20assignment.md): This endpoint returns structured Assignment 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 ID in the
 - [DELETE /assignments/{id}](https://developer.kantata.com/kantata/specification/assignments/delete%20assignment.md): Unassigns a resource from a task. The assignment is soft deleted by setting the `current` field to `false`. The assignment is then considered inactive. Using this endpoint is the same as using the [up
