iSpring LMS API Documentation REST API Managing 360° Review Current: Creating a Competency Group Creating a Competency Group AVAILABLE WITH ENTERPRISE SUBSCRIPTIONPOST /performance-management/competencies/group/createPermissions to Run the RequestAccount Owner and Account AdministratorsRequest HeadersHeaderDescriptionAuthorization (required)Access token. You can obtain a token by making a requestContent-Type: application/json(required)Property for processing a request in JSONAccept: application/json(required)Property for processing a request in JSON Existing customers may continue using ispringlearn.com, and new customers should use ispring.com. Response ParametersParameterDescriptionname(required)The name of the rating scale or level (up to 255 characters allowed)parentId (required)The ID of competency groupResponse CodesCodeTextDescription200OKThe request has been successfully processed. The response body contains the ID of competency group401UnauthorizedAn authorization error403Permission deniedThe user doesn't have enough permissions to get information regarding the courseSample Request POST /performance-management/competencies/group/create Host: api-learn.ispringlearn.com Content-Type: application/json Accept: application/json X-Auth-Account-Url: https://myaccount.ispringlearn.com Authorization: Bearer N3Hk5sds1_DVj1JFTqJKFWjGHf94DWp1YSffLxeZX8co { "name": "Name of competency group", "parentId": "3fa85f64-5717-4562-b3fc-2c963f66afa6" } XML Sample Response 39f991a3-385e-11ef-a8d5-5eea6081d47f CODE ×