Participants of Groups and Projects: Overview of Methods

Participants of groups and projects are users who are part of working groups and projects. They can have different roles and permissions.

Quick navigation: all methods

User documentation: Frequently Asked Questions about Groups and Projects in Bitrix24

Connection of Participants in Working Groups and Projects with Other Objects

Users. They are part of working groups and projects. To get the user ID, use the method user.get.

Groups and Projects. To get the ID of a group or project, use the method sonet_group.get. The list of group participants can be obtained through sonet_group.user.get.

Roles of Group Participants. Participants in working groups and projects can have different roles: administrator, moderator, participant. Access permissions depend on these roles. To change a participant's role, use the method sonet_group.user.update.

Tasks. Participants of groups and projects can be assigned as task performers. When creating a task, add participants using the method tasks.task.add. Specify the parameters CREATED_BY — task creator, RESPONSIBLE_ID — main performer, ACCOMPLICES — participants, AUDITORS — observers. When modifying a task, you can add participants through the method tasks.task.update. For this, pass the updated parameters RESPONSIBLE_ID, ACCOMPLICES, AUDITORS.

Overview of Methods

Scope: sonet

Who can execute the method: any user

Method

Description

sonet_group.user.add

Adds a participant to the working group

sonet_group.user.invite

Invites a participant to the group

sonet_group.user.request

Sends a request to join the group

sonet_group.user.delete

Removes a participant from the group

sonet_group.user.get

Retrieves the list of participants in the group

sonet_group.user.update

Changes a participant's role in the group