UserTeamRole enum

Indicates the various types of roles of a user in a team.

Fields

Admin = 0

Represents that the user is an owner or administrator of the team.

User = 1

Represents that the user is a standard member of the team.

Guest = 2

Represents that the user does not have any role in the team.