Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.blinkops.com/llms.txt

Use this file to discover all available pages before exploring further.

Add a new member to a team.
  • Least Privileged Microsoft Graph permission to access the action via App Registration: TeamMember.ReadWrite.All.
External DocumentationTo learn more, visit the Microsoft Teams documentation.

Parameters

ParameterDescription
MemberThe ID or email of the member to add to the team.
RoleThe role for the member.
Team IDThe ID of the team.

Can be obtained by using the List All Teams action.

Example Output

{
	"@odata.type": "#microsoft.graph.aadUserConversationMember",
	"id": "ZWUwZjVhZTItOGJjNi00YWU1LTg0NjYtN2RhZWViYmZhMDYyIyM3Mzc2MWYwNi0yYWM5LTQ2OWMtOWYxMC0yNzlhOGNjMjY3Zjk=",
	"roles": [
		"owner"
	],
	"userId": "50dffbae-ad0f-428e-a86f-f53b0acfc641",
	"displayName": "Cameron White",
	"email": "CameronW@M365x987948.OnMicrosoft.com"
}

Workflow Library Example

Add Team Member with Microsoft Teams and Send Results Via Email
Workflow LibraryPreview this Workflow on desktop