TeamMemberProfile

public class TeamMemberProfile : Team.MemberProfile

Profile of a user as a member of a team.

  • List of group IDs of groups that the user belongs to.

    Declaration

    Swift

    public let groups: [String]
  • The namespace id of the user’s root folder.

    Declaration

    Swift

    public let memberFolderId: String