What permission should a user have to add members to a group using API?

Hello,

I try to add a user to a group using API. I do it under account with Group Admin role. But unfortunately I get 403 Forbidden response with json

{

"errorCode": 1004,

"message": "You are not authorized to perform this action."

}

What permissions are enough to perform such operation?


Thanks,

Michael

Answers