{ "operationId": "atlassianAddactorusers", "method": "POST", "path": "/rest/api/3/project/{projectIdOrKey}/role/{id}", "summary": "Atlassian Add Actors To Project Role", "requestExamples": [ { "contentType": "application/json", "example": { "groupId": [ "952d12c3-5b5b-4d04-bb32-44d383afc4b2" ] } } ], "responseExamples": [ { "status": "200", "contentType": "application/json", "example": "{\"actors\":[{\"actorGroup\":{\"displayName\":\"jira-developers\",\"groupId\":\"952d12c3-5b5b-4d04-bb32-44d383afc4b2\",\"name\":\"jira-developers\"},\"displayName\":\"jira-developers\",\"id\":10240,\"name\":\"jira-developers\",\"type\":\"atlassian-group-role-actor\",\"user\":\"jira-developers\"},{\"actorUser\":{\"accountId\":\"5b10a2844c20165700ede21g\"},\"displayName\":\"Mia Krystof\",\"id\":10241,\"type\":\"atlassian-user-role-actor\"}],\"description\":\"A project role that represents developers in a project\",\"id\":10360,\"name\":\"Developers\",\"scope\":{\"project\":{\"id\":\"10000\",\"key\":\"KEY\",\"name\":\"Next Gen Project\"},\"type\":\"PROJECT\"},\"self\":\"https://your-domain.atlassian.net/rest/api/3/project/MKY/role/10360\"}" } ] }