Associate Groups With Schedule

This endpoint is used to associate groups with a schedule.

Controlled Errors

Error CodeError Message
error_group_requiredAt least one group Id is required.
error_schedule_not_foundNo schedule with the provided Id was found.
error_group_not_foundAt least one of the group Ids in the list does not exist on the account.
error_schedule_has_duplicated_entitiesAt least one of the group Ids provided is already associated with that schedule.
error_schedule_processingAssociation of groups to schedule failed.

Any status codes returned that are not provided here are generic status codes that can be found here.

Path Params
int64
required

The Id of the base schedule to associate groups to.

Body Params
RAW_BODY
array of int64s
required

A list of Ids for groups to associate to a base schedule.

RAW_BODY*
Headers
string
enum
Defaults to application/json

Generated from available response content types

Allowed:
Responses

Language
Credentials
OAuth2
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json
text/plain