UserKind

public enum UserKind : String, CaseIterable

The current user (as identified by the token supplied in the GET request) status within the team

  • The current user manages this team

    Declaration

    Swift

    case manager
  • The current user is a collaborator on this team

    Declaration

    Swift

    case user