Create Many Resources
Create new Resources within your Workspace.
A Resource represents a person, material, or tool that is used within your Projects.
When you attach a Resources to more than one Task, the software will schedule the usage
of your Resource so that it is not allocated to more than one Task at the same time.
The users in your Workspace are also considered Resources. To invite a new User to your
Workspace, create a new Resource for that user.
Headers
Authorization
Bearer authentication of the form Bearer <token>, where token is your auth token.
x-integration-name
The name of the calling system passed along as a header parameter
Request
The details for the new Resources to create
projectIds
When creating a user they will also be added to the projectIds specified. If null or empty the user will be
invited but no access will be given to any projects.
users
A list of Users to create
Response
Success
error
If the API call failed, this will contain information about the error that occurred.
success
True if the API call succeeded; false otherwise.
hasError
True if the API call failed.
statusCode
The HTTP code of the response.
data
The Resources object represents the results of a bulk Resource creation API call.
A Resource represents a person, material, or tool that is used within your Projects.
When you attach a Resources to more than one Task, the software will schedule the usage
of your Resource so that it is not allocated to more than one Task at the same time.
The users in your Workspace are also considered Resources. To invite a new User to your
Workspace, create a new Resource for that user.