Users
Users represent the people who are part of an awork workspace. They can be assigned to tasks, projects, and other resources. Users can have different roles and permissions in the workspace.
Inviting Users
To invite a new user to an awork workspace, you need to make a request to POST /invitations
. This is one of the few requests that requires a workspaceId
.
Request
You can find the workspace id of the current user by making a request to the /users/me
endpoint.
Request
Response