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:
sonetWho can execute the method: any user
|
Method |
Description |
|
Adds a participant to the working group |
|
|
Invites a participant to the group |
|
|
Sends a request to join the group |
|
|
Removes a participant from the group |
|
|
Retrieves the list of participants in the group |
|
|
Changes a participant's role in the group |