To assign a training to a specific hierarchy level, use theDocumentation Index
Fetch the complete documentation index at: https://docs.opigno.com/llms.txt
Use this file to discover all available pages before exploring further.
assignTrainingToLevel mutation.
Access policy:
- The API user context must have permission to manage training assignments.
- The specified
trainingIdmust exist and be accessible. - The specified
hierarchyLevelIdmust exist and be accessible.
| Argument | Type | Description | Default |
|---|---|---|---|
trainingId | ID | Required. The unique identifier of the training to assign. | — |
hierarchyLevelId | ID | Required. The unique identifier of the hierarchy level to assign the training to. | — |
This operation creates a relationship between a training and a hierarchy level, making the training available to users assigned to that level.